包含标签:Android 的文章
-
Explain in detail how Android uses @ hide’s API
Explain in detail how Android uses @ hide's API I want to modify the code of mediaplaybackservice. Java (/ packages / …… -
Code example of adding and deleting items in recyclerview in Android
This article introduces the code example of adding and deleting items in recyclerview in Android and shares it with yo…… -
Glide in Android implements loading pictures, saving them locally and loading callback monitoring
Glide loads the two records used by the picture Glide loads the picture and saves it to the specified local path Glide…… -
Precautions for using WebView in viewpager in Android
Precautions for using WebView in viewpager in Android preface: I encountered a small problem while working on the proj…… -
Android optimizes handler to prevent memory leakage
Android optimizes handler to prevent memory leakage Demo Description: Possible memory leakage caused by handler and it…… -
Android recyclerview sample code for fast scrolling
Brief comment: a long-awaited function has finally been realized in Android support library 26: rapid scrolling of rec…… -
Android hides the title bar and solves the example of flashing the title at startup
Android hides the title bar and solves the example of flashing the title at startup Method 1: Set in code Method 2: Se…… -
Method summary of Android intent calling URI
Method summary of Android intent calling URI //Call browser //Show a coordinate on the map //Display path //Make a cal…… -
The progressbar font developed by Android scrolls with the loading of the progress bar
I read a lot about the scrolling effect of ProgressBar on the Internet, but I haven't found this effect suitable for t…… -
Implementation code of Android immersive status bar
Immersive status bar is a feature only supported by Android 4.4, that is, api19 and above. It is implemented in two st…… -
Method for filling data in Android listview
Method for filling data in Android listview Because of multi person development, in order to facilitate the integratio…… -
Glide in Android implements loading pictures, saving them locally and loading callback monitoring
Glide loads the two records used by the picture Glide loads the picture and saves it to the specified local path Glide…… -
Precautions for using WebView in viewpager in Android
Precautions for using WebView in viewpager in Android preface: I encountered a small problem while working on the proj…… -
Android optimizes handler to prevent memory leakage
Android optimizes handler to prevent memory leakage Demo Description: Possible memory leakage caused by handler and it…… -
Simply learn Android textview
This article shares the simple learning materials of textview for your reference. The specific contents are as follows…… -
Android circular progress bar for file upload and download countdown
screenshot Screenshot display import how to use GitHub address: https://github.com/yanjiabin/ExtendsRingPrigressBar su…… -
Android solves the problem of displaying garbled code when WebView calls the loaddata () method
Android solves the problem of displaying garbled code when WebView calls the loaddata () method Step 1: Step 2: WebVie…… -
The progressbar font developed by Android scrolls with the loading of the progress bar
I read a lot about the scrolling effect of ProgressBar on the Internet, but I haven't found this effect suitable for t…… -
Implementation code of Android immersive status bar
Immersive status bar is a feature only supported by Android 4.4, that is, api19 and above. It is implemented in two st…… -
Method for filling data in Android listview
Method for filling data in Android listview Because of multi person development, in order to facilitate the integratio…… -
Basic usage example of drawing canvas for Android programming
This article describes the basic usage of drawing canvas in Android programming. Share with you for your reference, as…… -
Recyclerview achieves suspended ceiling effect
Effect drawing of recyclerview realizing suspension ceiling Write a picture description here Master page layout Layout…… -
Example of ThreadLocal in Android
Example of ThreadLocal in Android Summary: Demo Description: ThreadLocal usage example Official document description o…… -
Simply learn Android textview
This article shares the simple learning materials of textview for your reference. The specific contents are as follows…… -
Android circular progress bar for file upload and download countdown
screenshot Screenshot display import how to use GitHub address: https://github.com/yanjiabin/ExtendsRingPrigressBar su…… -
Android solves the problem of displaying garbled code when WebView calls the loaddata () method
Android solves the problem of displaying garbled code when WebView calls the loaddata () method Step 1: Step 2: WebVie…… -
Android page Jump
Android uses intent to realize page Jump. Intent starts the activity through startactivity (intent intent) or startact…… -
Implementation method of text content automatic reading function developed by Android
This paper describes the implementation method of text content automatic reading function developed by Android. Share …… -
Afurlsessionmanager upload and download code instructions
1. Downloading creating a download Task@H_ 419_ 3@ 2. Uploading creating an upload Task@H_ 419_ 3@ 3. Creating an uplo…… -
Android recycleview adds an instance of head configuration encapsulation
Android recycleview adds an instance of head configuration encapsulation This is to encapsulate the recycleview adapte…… -
Method for solving white screen problem during cold start of Android Application
When an Android application is cold started, it needs to start from the application, and the loading time will be rela…… -
On the use of Android thread and thread pool
Android threads and thread pools In terms of purpose, threads are divided into main threads and sub threads; The main ……