包含标签:Android 的文章
-
Implementation of mediaplayer playing network audio improved by Android
The previous article has introduced the basic usage of mediaplayer. Here we will explain the online playback function …… -
Android platform httpget and httppost request instances
Examples of HTTP communication using httpget() method in httpclient: -
-
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…… -
Usage example of GridView in Android
In Android programming, GridView and listview are commonly used multi control layouts, and GridView is the first choic…… -
Android dynamic loading layout file example
1、 Layout file part.xml: 2、 Generate foreground layout through background code: -
Several methods for Android to read file contents by line
1、 Simple version 2、 Concise version 3、 Apk for long-term use, and regular data 1. Read the file contents line by l…… -
Example analysis of ImageView usage of Android control
This article describes the use of ImageView for Android controls. Share with you for your reference. The details are a…… -
How to use localstorage for WebView in Android
I use HTML5 localstorage in Android. Why can't I save it and read it? I searched a lot on the Internet, but it didn't …… -
Android Scrollview usage code example
Scrollview enables the control to scroll beyond the screen. Usage: include the control to be scrolled in the Scrollvie…… -
Method for Android to obtain SD card path and SD card memory
This paper describes the method of Android to obtain SD card path and SD card memory. Share with you for your referenc…… -
Summary of creation steps of activity jump in Android
1、 Create project File - > New - > Android application fill in the application name, project name and package n……