包含标签:Android 的文章
-
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…… -
Method for realizing communication between Android activities
This article describes the method of communication between Android activities. Share with you for your reference. The …… -
Android reads the file stream from the resource file and displays it
This article describes how Android reads the file stream from the resource file and displays it. Share with you for yo…… -
-
Implementation of TCP and UDP transmission instances in Android
TCP and UDP are very important in network transmission, and they are equally important in Android development. First, …… -
Android error aapt.exe stopped working solution
When using eclipse to program Android Java, sometimes we encounter such a problem: the prompt of aapt.exe stopping for…… -
Analysis of tabhost and tabwidget instances for getting started with Android
This example introduces the tab control of Android. The tab control can achieve the effect of pagination and enrich th…… -
Android development tutorial time dialog core code
The timepickerdialog method has five parameters. The first parameter (mainactivity. This) is the activity pointer wher…… -
Android uses expandablelistview control to realize the effect of novel directory
Today, I'll tell you about the directory implementation method of Android. Just like the novel directory you see, Andr…… -
Detailed explanation of listview usage example of Android control
This article describes the listview usage of Android controls. Share with you for your reference. The details are as f…… -
Method of sliding loading data for Android
This paper describes the method of sliding loading data for Android. Share with you for your reference. The specific i…… -
Pause background music in Android
There are many examples of suspending background music on the Internet. The most common is to send a broadcast to susp…… -
Download and unzip zip file function and code sharing in Android
This article provides two pieces of Android code to download zip files from Android clients and decompress zip files. …… -
Processing method of Android interrupt thread
This article describes the processing method of Android interrupt thread. Share with you for your reference. The speci…… -
Implementation of mediaplayer playing network video improved by Android
Earlier, I explained mediaplayer playing network audio, mainly introduced mediaplayer's methods of buffering and progr…… -
Android development tutorial using threads to achieve smooth view scrolling example
Recently, I have been trying to do the pull-down refresh effect. After thinking for a long time, I came to the step of…… -
Creating a multithread manager instance in Android
If you want to execute a task repeatedly, with different data sets (different parameters), but only one execution at a…… -
Example analysis of GridView usage of Android control
This article illustrates the GridView usage of Android controls. Share with you for your reference. The details are as…… -
Android realizes the pull-down loading animation of imitation muke.com
There are not many specific implementation methods. The source code is attached first. I believe it is easy for everyo…… -
Summary of activity property setting in Android Development
Activity is one of the four most basic and common components in Android components. It is widely used in Android devel…… -
Comparison of three event injection methods in Android
Method 1: use internal APIs This method has its own risks like all other APIs that are not officially published intern…… -
On the mediaplayer class of Android
Mediaplayer is commonly used in Android to play some media files. For audio files, you only need to use meidaplayer co……
