包含标签:Android 的文章
-
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…… -
Android saves the content of view as a simple instance of an image
Principle: create a new Bitmap, then create a Canvas based on it, and finally call the View's draw method to draw View…… -
Android pause or stop the playback of other music players implementation code
The code is as follows: The following code pauses music playback: -
Android audio recording mediarecorder simple recording software implementation code
Steps to use the mediarecorder: 1. Create the mediarecorder object. 2. Call the setaudiosource() method of the mediare…… -
Detailed explanation of handler and Android multithreading
Here is a familiar Code: The handler in the above code does not invoke the start () method of thread myThread, but dir…… -
Android development tutorial handle to achieve multithreading and asynchronous processing
Let's talk about handler this time. Why does handler appear? First of all, before the basic controls are basically inv…… -
Detailed explanation of handler and Android multithreading
Here is a familiar Code: The handler in the above code does not invoke the start () method of thread myThread, but dir…… -
Update the interface in the child thread of Android development tutorial
Each handler object is associated with the thread that created it, and each handler object can only be associated with…… -
WAC starts Android simulator transfer error: read only file system error resolution
In the past two days, when developing widgets with WAC SDK, the following errors occurred in eclipse consle when start…… -
Detailed analysis of several usages of Android intent
Intent should be a unique thing in Android. In intent, you can specify the actions to be executed by the program (such…… -
Android SMS interception implementation code
The implementation of SMS interception mainly uses the broadcast receiver. The broadcastreceiver broadcast receiver mu…… -
Android development tutorial handle to achieve multithreading and asynchronous processing
Let's talk about handler this time. Why does handler appear? First of all, before the basic controls are basically inv…… -
Android SMS interception implementation code
The implementation of SMS interception mainly uses the broadcast receiver. The broadcastreceiver broadcast receiver mu…… -
Android read / write SD card operation write data read data example
Finally, don't forget to add the permission to access and read SD in androidmanafest.xml. -
Method for making pictures adapt to the size of controls in Android
This requires converting the. PNG image to. 9. PNG, which is the suffix. When installing the Android SDK, it comes wit…… -
Detailed analysis of several usages of Android intent
Intent should be a unique thing in Android. In intent, you can specify the actions to be executed by the program (such…… -
The solution to the problem that Android textview uses the ellipsize attribute for multi line text (more than 3 lines)
Textview property in layout file Control the number of lines of text displayed in Java code -
Example steps for Android custom controls and custom callback functions
To customize a control: 1. Working principle of view 2. Write view class 3. Add attributes to view class 4. Draw scree…… -
The solution to the problem that Android textview uses the ellipsize attribute for multi line text (more than 3 lines)
Textview property in layout file Control the number of lines of text displayed in Java code -
Android read / write SD card operation write data read data example
Finally, don't forget to add the permission to access and read SD in androidmanafest.xml. -
-
Android simulator development and testing NFC application example details
NFC has been supported since Android 2.3. However, NFC applications can only be tested and developed on Android phones…… -