包含标签:Android 的文章
-
How does Android submit JSON format data through retrofit
This article describes how to post a string of JSON formatted data through the retrofit library. First, the JSON data …… -
Explain in detail the shopping cart page and shopping cart effect realized by Android (click animation)
This paper introduces the shopping cart page and shopping cart effect realized by Android (click animation), which are…… -
Example of how Android reads and writes CSV files
preface This article mainly introduces the contents related to reading and writing CSV files for Android, that is, com…… -
Example of Android programming calling infrared remote control function
This article describes the example of Android programming to call the infrared remote control function. Share with you…… -
Usage of Android control spinner (1)
1、 Method of use 1. Create a spinner control in layout 2. Add a data source and display format to the data adapter 3.…… -
Detailed explanation of the usage of imageswitcher, a common Android control
The image switcher is represented by imageswitcher, which is used to realize the function similar to the previous and …… -
Detailed example of Android selector
Detailed explanation of Android selector preface: Statelistdrawable is a drawable defined through XML files. It uses s…… -
Android listview implements simple list function
How to implement a simple list in listview is for your reference. The specific contents are as follows design sketch: …… -
Viewdraghelper realizes QQ sideslip effect
preface There are many ways to realize sideslip. The summarized viewdraghelper is one of them. Viewdraghelper is a new…… -
Solution to stack error in Android webveiw
Solution to stack error in Android webveiw preface: In a recent project, a debugging tool of the project debugging bas…… -
Example of equalizer effect implemented by mediaplayer, a player programmed for Android
This article describes the equalizer effect of Android player mediaplayer. Share with you for your reference, as follo…… -
On the lightweight data cache framework rxcache for Android
Requesting network data is the most frequently used function in Android development. The experience of network request…… -
Detailed explanation of three methods of XML parsing and saving by Android programming
This paper describes three methods of XML parsing and saving by Android programming. Share with you for your reference…… -
Examples of several methods for Android to update UI in sub threads
This article introduces several methods and examples of Android updating UI in sub threads, which are shared with you …… -
Example of mobile method for partial loading of base map of Android Development
This paper describes the method of local loading and moving of the base map of Android development. Share with you for…… -
Implementation code of Android cold start app on in seconds
This paper introduces the implementation code of Android cold start to realize app on in seconds, which is shared with…… -
Summary of the method of shielding the status bar at the application level in Android Development
This paper describes the method of shielding the status bar at the application level in Android development. Share wit…… -
Android imageslider achieves cool rotation advertising effect
This example shares the specific code of Android imageslider to realize cool rotation advertising for your reference. …… -
Example of wallpaper setting method for mobile phone wallpaper programmed by Android
This paper describes the setting method of mobile phone wallpaper wallpaper for Android programming. Share with you fo…… -
Android custom view shows an example of WiFi signal strength indication method
preface Recently, due to the needs of work and the need to customize and display the strength of WiFi signal, a user-d…… -
Android uses SharedPreferences to complete the function of remembering account and password
design sketch: After remembering the password, the account password will appear when you log in again, otherwise there…… -
Android UI design and development using viewpager to implement the welcome guide page
This series of articles will take the example development of a program as the main line to explain, in order to achiev…… -
On the perfect solution for Android to obtain the unique identification of devices
This paper introduces the perfect solution for Android to obtain the unique identification of devices, which is shared…… -
Detailed explanation of how Android customizes the upgrade dialog box
preface This article mainly introduces the relevant contents of the Android custom upgrade dialog box for your referen…… -
Detailed explanation of builder mode of Android design mode
The builder pattern uses the chain structure to create complex objects, separates the process from the results, and ca…… -
Detailed explanation of the strategy mode of Android design mode
Strategy mode The effect of a function has different algorithms and strategies, and different results are selected acc…… -
Android entry drag and drop function instance code
According to the requirements of the project, the effect of dragging and deleting items should be done. The actual eff…… -
Android uses circular reveal animation to make page Jump more cool
Android 5.0 introduces many cool animation effects, and circular reveal is one of them. It's easy to use, but the effe…… -
In depth understanding of Android image caching mechanism
In depth understanding of Android image caching mechanism Android loading a picture into the user interface is very si…… -
Android image recognition application details
Recently, because I participated in a small creative competition, I made a small image recognition application with An…… -
Detailed explanation of socketpair two-way communication in Android
Many parts of Android involve inter process communication, such as input system. What will be involved in inter proces…… -
Summary of implementation methods of Android multithreading
Detailed examples of Android multithreading Java multithreading mode 1. Inherit the thread thread and implement the ru……