包含标签:Android 的文章
-
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…… -
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…… -
-
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…… -
How to solve the problem of unable to display logcat information during Android real machine debugging
How to solve the problem that the logcat information cannot be displayed during Android real machine debugging: window…… -
Specific implementation of obtaining pictures from Android system Gallery
preface In Android applications, there are often scenes that need to use the pictures stored on the device, and it is …… -
How to solve the problem of unable to display logcat information during Android real machine debugging
How to solve the problem that the logcat information cannot be displayed during Android real machine debugging: window…… -
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…… -
In depth explanation of how to use Android mediaplayer
1) How to obtain mediaplayer instance: you can use the direct new method: mediaplayer MP = new mediaplayer(); You can …… -
-
In depth explanation of how to use Android mediaplayer
1) How to obtain mediaplayer instance: you can use the direct new method: mediaplayer MP = new mediaplayer(); You can ……
