包含标签:Android 的文章
-
Implementation of circular advertising space using viewpager in Android
How to realize circular playback Now the loop playback on the Internet is realized by returning a large value in the g…… -
Simple example of Android using SQLite database
First draw a diagram to understand the simple process of database operation under Android: 1. First, write your own da…… -
Method of data transmission using intent developed by Android
This paper describes the method of data transmission using intent in Android. Share with you for your reference, as fo…… -
Android combat tutorial Chapter 43 pull-up loading and pull-down refresh
Listview pull-down refresh is very common. Many open source frameworks can achieve this effect. Of course, they can al…… -
Basic writing method of view custom composite control in Android
In many cases, as long as we make good use of Android to provide me with good controls, they are cleverly combined thr…… -
In depth understanding of Android gesture recognition
For the touch screen, its native messages are nothing more than press, lift and move. We only need to simply reload on…… -
Detailed explanation of Android broadcast content action event
The details are as follows: Intent.ACTION_ AIRPLANE_ MODE_ CHANGED; // Broadcast when airplane mode is turned off or o…… -
The Android control refreshableview implements drop-down refresh
Requirements: customize a ViewGroup to realize the function of drop-down refresh. After pulling down for a certain dis…… -
Android imitates the bottom of wechat to achieve tab switching effect
I read a lot of tutorials about tab on the Internet and found that they are very messy. Titlepagertabstrip and viewpap…… -
An example of drawing a small ball and completing the automatic falling function of the small ball by using a custom control in multithreading developed by Android
This paper describes the method of using custom controls to draw small balls and complete the automatic falling functi…… -
Android implementation of listview asynchronously loading pictures
This article describes the method of implementing listview to load pictures asynchronously with an example. Share with…… -
Android improved service usage example analysis
The previous article introduced the use of activity and intent. This article will introduce service. If activity is co…… -
How to use togglebutton of Android control
Togglebutton can only be selected or unchecked, and different display text needs to be set for different states. The f…… -
Android swiperefreshlayout pull-down refresh source code analysis
This example shares the swiperefreshlayout pull-down refresh source code for your reference. The specific contents are…… -
Android programming development uses path to draw basic graphics (circle, rectangle, ellipse, triangle, etc.) in canvas
This paper describes the method of drawing basic graphics by path in canvas. Share with you for your reference, as fol…… -
Analysis of Android Development Optimization: detailed explanation of interface UI optimization (2)
If we rewrite the same layout in each XML file, one is code redundancy and poor readability; The other is that it is t…… -
Android’s method of parsing JSON array objects and three skills of apply and array
JSON is a common data transmission format. In Android development, how to use java language to parse JSON array object…… -
Android realizes the synchronous scrolling effect code of mutual linkage between two scrollviews
This example describes the code of synchronous scrolling effect that Android realizes the interaction of two scrollvie…… -
Android implements the method of writing sent SMS into SMS database
SMS is a common function of mobile phone. This paper describes the method of Android to write the sent SMS into the SM…… -
Android gesture control to zoom and move pictures
This example shares the method of Android gesture control to zoom and move pictures for your reference. The specific c…… -
Several instance methods of intent transfer object in Android series
In Android, there are two main methods for intent to transfer objects: bundle. Putserializable (key, object) and bundl…… -
Android uses viewpager to realize the picture can slide left and right, with code download
First of all, show you beautiful photos. Friends interested in renderings can continue to read. The small demo of view…… -
Share Android wechat red envelope plug-ins
This example shares the Android wechat red envelope plug-in for your reference. The specific contents are as follows d…… -
Gson parsing JSON of Android learning notes 45
JSON, namely JavaScript object naming, is a lightweight data exchange format. It adopts a text format completely indep…… -
Android imitation wechat picture click browsing effect
In this article, let's make a click browsing effect similar to wechat pictures. After clicking the small picture, it w…… -
Detailed explanation of Android SMS sending method example
This article describes the method of sending SMS by Android. Share with you for your reference, as follows: SMS, like …… -
Android imitation immediate home page vertical scroll chart, cool to the end!
Project address: https://github.com/JeasonWong/JikeGallery If you don't say much, get the effect first. This effect wa…… -
Gesture recognition based on Android Development
Due to accuracy and other reasons, gesture recognition is not used much in Android, but it doesn't prevent us from pla…… -
Method analysis of intent passing object in Android Development
This paper analyzes the method of intent passing objects in Android development. Share with you for your reference, as…… -
How to customize the button and set different background pictures for Android
This article describes the method of customizing buttons and setting different background pictures for Android. Share …… -
Introduction to the use of XML static resources of Android control series
When developing Android, you can always see an r.java file automatically generated by the system: You must understand …… -
Analysis of key points of sliding paging using viewpager in Android App
In the past, if you wanted to do tab paging, you had to use a very difficult tabactivity, and the effect was very poor……