包含标签:Android 的文章
-
Android input box and text box with scroll bar Scrollview example
We all know that EditText and textview are Android text input boxes and text display boxes, but based on the size of t…… -
Example of iPhone picture sliding effect implemented by Android Gallery component
The realized effect picture can slide left and right: 1、 First put the gallery tag in: -
Build Android development environment under Windows
Tool / raw material JDK eclipse ADT JDK installation and Java environment variable setting 1. JDK download address: JD…… -
Method for capturing menu key click event in Android
This article describes the method of capturing menu button click events in Android. Share with you for your reference.…… -
Method for realizing multi-threaded breakpoint download by Android
This paper describes the method of multi-threaded breakpoint Download for Android. Share with you for your reference. …… -
Activity lifecycle summary in Android
summary There is a picture and there is a truth, so the picture above first: The above figure is the life cycle flow c…… -
Several web problems needing attention in Android programming
First: WebView above Android 4.4, that is, the built-in browser of the app does not support input [type = file], so yo…… -
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……