Android
-
Comprehensive analysis of Android view layout process
preface In the previous article, the author described in detail the first of the three workflow of view, the measure p…… -
Analysis of Android singleton simple instance design pattern
Analysis of singleton simple instance design pattern preface Today, I'd like to comprehensively summarize the most com…… -
Android implements custom sliding drawer effect menu
In Andoird, the components built in Android, such as slidingdrawer and drawerlayout, are drawer effect menus. However,…… -
Talk about Android memory leak
Memory leak: it refers to that the memory is not recovered in time by GC, resulting in excessive memory occupation, re…… -
How to save the database to SD card based on Android
Sometimes the database will be saved to external storage or SD card (in this case, data can be encrypted to avoid data…… -
Loading page occlusion time-consuming operation task page — Android progresslayout of third-party open source
The androidprogresslayout implementation adds a circular progress bar to the interface. Call the setprogress () method…… -
Teach you to easily make Android music player
Enjoy our refreshing interface~ If we only use activity to make such things, it's childish. Of course, we use service …… -
Optimization skills of listview item layout in Android
This article describes the layout optimization skills of listview item in Android. Share with you for your reference, …… -
Android develops a method to add click events to rotating pictures
This is the code I added inside. Use switch (position) to obtain the current picture and add click events to the corre…… -
Android programming method for writing data to SD card
This paper describes the method of writing data to SD card by Android programming. Share with you for your reference, …… -
Example analysis of Android activity loading mode
This paper analyzes the loading mode of Android activity with an example. Share with you for your reference, as follow…… -
Intent idioms in Android
Intent in Android is a very important class. If you don't have a special understanding of intent, please refer to expl…… -
How does Android prevent multiple click events
Problem description I'm afraid everyone will encounter such a problem. A click event is triggered many times, resultin…… -
Android programming realizes the method of not destroying the current activity and locking the screen during horizontal and vertical screen switching
This paper describes the method of Android programming without destroying the current activity and locking the screen …… -
Summary of notification usage examples in Android
This article summarizes the usage of notification in Android. Share with you for your reference, as follows: When we a…… -
Android UI customize listview to achieve pull-down refresh and load more effects
For more implementations of listview pull-down refresh and loading, I want to search a lot on the Internet. But I didn…… -
Android programming method for reading pictures in SD card
This article describes the method of Android reading pictures from SD card. Share with you for your reference, as foll…… -
Method to solve the problem that Android can’t cut out pictures due to errors in getting pictures from photo albums
I encountered a big problem when learning to obtain the pictures in the album for cutting. It took nearly half a day t…… -
Share the tutorial on using expandablelistview control in Android
This article uses a demo to show the use of expandablelistview control in Android, such as how to bind data sources in…… -
Explain in detail the process of Android studio building Android integrated development environment
I haven't updated my blog for a long time. Recently, I'm too busy to sum up. Now I can finally sum up some things on A…… -
Summary of common errors and solutions in Android note sorting
1、 No active compatible AVD's or devices found. Relaunch this configuration after connecting a device or starting an …… -
Android implements simple timing reminder function code based on broadcast event mechanism
This paper describes the simple timing reminder function code of Android based on broadcast event mechanism. Share wit…… -
Principle analysis of Android wechat dice shaking and fist guessing cheater
1、 Foreword In a previous article, we have introduced in detail an artifact xposed tool used by hook in Android: Prin…… -
Method analysis of creating an activity for Android
This article gives an example of how Android creates an activity. Share with you for your reference, as follows: In or…… -
Android custom elastic listview control instance code (three methods)
There are many different methods to realize the elastic effect of listview in Android. There are also many online sear…… -
Android simple music playing example
Service translated into Chinese is a service. Students familiar with Windows system must be very familiar with it. The…… -
Android programming method for reading local SD card pictures
This paper describes the method of reading local SD card pictures by Android programming. Share with you for your refe…… -
A simple implementation method for Android programming to set the activity background as wallpaper
This article describes a simple implementation method of setting the activity background as wallpaper in Android progr…… -
Method of downloading files by multithreading in Android
This paper describes the method of multi-threaded file download for Android. Share with you for your reference. The de…… -
Android service based music player
This paper develops a service-based music player. The music is played by the service running in the background. When t…… -
Android programming implements a simple UDP client instance
This article describes a simple UDP client for Android programming. Share with you for your reference, as follows: The…… -
Analysis of four activity loading modes in Android programming
This paper analyzes and describes four activity loading modes of Android programming. Share with you for your referenc……