Recent Posts
-
Overview of basic usage of startservice in Android
There are two main ways to use service in Android. By calling the startservice method of context or the bindservice me…… -
Log based demonstration of Android programming detailed explanation of an activity life cycle example
This article illustrates an activity life cycle of Android programming based on log demonstration. Share with you for …… -
Analysis of ondestroy() call in Android programming activity
This paper analyzes the ondestroy () calling method in Android programming activity. Share with you for your reference…… -
Android programming method for intercepting short messages and shielding system notification
This paper describes the method of intercepting short messages and shielding system notification by Android programmin…… -
Solution to the connection to ADB is down problem in Android programming
This paper analyzes the solution to the connection to ADB is down problem in Android programming. Share with you for y…… -
Solution to the problem of white screen and black screen when activity starts in Android programming
This paper describes the solution to the problem of white screen and black screen when activity starts in Android prog…… -
Android simple music playing example
Service translated into Chinese is a service. Students familiar with Windows system must be very familiar with it. The…… -
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…… -
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 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…… -
Detailed explanation of complete life cycle examples of activity in Android programming
This paper analyzes the complete life cycle of activity in Android programming. Share with you for your reference, as …… -
Specific operation method of listview of Android checkbox
This article mainly implements adding in the custom listview layout Check@R_ 640_ 2419 @ control to determine whether …… -
Explain in detail how to use notification in Android
In message notification, we often use two controls notification and toast. Especially for important information and in…… -
Method for Android programming to obtain and set activity brightness
This article describes the method of Android programming to obtain and set the brightness of activity. Share with you …… -
Android programming implements the method of loading and waiting for ProgressDialog
This article describes the method of loading and waiting for ProgressDialog by Android programming. Share with you for…… -
GridLayout grid layout of Android layout
The grid layout label is GridLayout. This layout is new to Android 4.0. This layout can only be used after version 4.0…… -
Android programming example of developing music player
This article describes the example of Android programming and developing music player, which is shared for your refere…… -
Textview of Android programming development click the link to pop up the method of activity
This example describes the method of textview click link to pop up activity in Android programming development. Share …… -
An example of multithreaded breakpoint continuous transmission downloader developed by Android programming
This paper describes the example of Android programming and implementation of multi-threaded breakpoint continuous dow…… -
Android custom ProgressDialog progress waiting box
Android itself has provided a ProgressDialog progress waiting box. Using this dialog, we can provide users with a bett…… -
Popupwindow pops up at the bottom of the screen of Android animation
An actual content of Android animation, sliding from the bottom of the screen to pop up popupwindow. I believe this ef…… -
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…… -
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…… -
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…… -
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…… -
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…… -
Android dynamic load layout
We always use listview, but sometimes we can't set some components when there are many contents in the adapter. For ex…… -
Android garbage collection mechanism solves the problem of memory leakage
In Android coding, there will be some simple writing methods and coding habits, which will lead to many memory leakage…… -
Chinese garbled code problem caused by mutual conversion of Android string and hexadecimal
Don't read the nonsense, just paste the code for you. The code is attached with notes, which can explain everything. P…… -
Mediaplayer for learning Android development tutorial in 21 days
This article introduces the use of mediaplayer. Mediaplayer can play audio and video. In addition, it can also play vi…… -
How to load data cache in Android
Recently, the app is almost completed, but many list loading, news consulting and other data have been requested from …… -
Static loading and dynamic loading examples of fragment in Android Application Development
1. The static use of fragment is a part of the UI of the activity. It is embedded in the activity. Multiple fragments ……