包含标签:Android 的文章
-
The solution of using toast. Cancel () method to optimize toast content display in Android
A bug found in the product testing process is that the tester keeps clicking a button madly. After the toast is trigge…… -
Detailed explanation of service in Android (I)
This paper analyzes the service in android in detail. Share with you for your reference, as follows: 1、 Service Intro…… -
Principle and implementation of brightness adjustment function of sliding up and down with fingers on the left side of Android video player screen
This article will share with you the principle and implementation of the brightness adjustment function by sliding the…… -
An example explains how to use the ContentProvider component in Android
ContentProvider is basically used. In order to exchange data between applications, Android provides ContentProvider. C…… -
Method for Android to send XML data to server
This article describes the method of Android sending XML data to the server. Share with you for your reference. The de…… -
Method for Android to realize dual-mode (CDMA / GSM) mobile phone short message monitoring
This paper describes the method of Android to realize dual-mode (CDMA / GSM) mobile phone short message monitoring. Sh…… -
Example of multi page sliding switching effect using viewpager in Android Application
1. Add the Android support package because the above classes are only provided in the Android support package. Let's a…… -
Android music player production scan local music display on mobile phone (I)
thinking First, scan all local audio files, and then load them into the collection. Next, display them on the screen w…… -
Introduction to the button of Android control series and the use of Android listener
And the appearance after clicking the button: -
-
Android time selector, date selector implementation code
In this paper, we share two selectors, one can select the time and the other can select the date for your reference. T…… -
Android completes the sliding effect by adding listview to the viewpage (similar to QQ sliding interface)
File name: page.xml File name: listviewittem.xml -
Android music player production adding console (III)
Running effect of Android music player This blog is written after the last Android music player production. You can go…… -
Android implements the method of customizing buttons with text and pictures
This article describes the method of customizing buttons with text and pictures for Android. Share with you for your r…… -
Android accessibilityservice implements wechat red envelope grabbing plug-in
In more settings or advanced settings of your mobile phone, we will find a barrier free function. Many people don't kn…… -
Explain the broadcastreceiver component in Android
Broadcastreceiver means "broadcast receiver". It is used to receive broadcasts from systems and applications. In Andro…… -
Method of parsing XML file in Android system
Preface when learning the framework layer source code of Android, Android uses xmlpullparser to parse the source code …… -
Android multimedia player production code
This example shares the specific implementation code of Android multimedia music player for your reference. The specif…… -
Android SMS verification code auto fill function
The author found that in many applications, there is the function of automatically obtaining the verification code: cl…… -
Drawing the curve of game touch trajectory in Android game development
This article mainly explains how to draw the curve of game touch trajectory. In the ontouchevent method, we can obtain…… -
Solution to the problem of nested fragments in Android
It is said that fragment is easy to use. Duang ~ ~, I have a problem again. Record it and share it with the students w…… -
Use the okhttp package of Android to upload and download files based on HTTP protocol
The HTTP connection foundation of okhttp only needs to provide a URL when sending HTTP requests using okhttp. Okhttp n…… -
Comprehensive analysis of Android view layout process
preface In the previous article, the author described in detail the first of the three workflow of view, the measure p…… -
Using viewpager to implement Android Software wizard function implementation steps
The layout file is as follows: In addition, we need four layout files, which are the images to be displayed by the wiz…… -
Detailed explanation of the method of calling each other between the three components of Android activity, service and broadcaster
This article describes the method of calling each other among the three components of activity, service and broadcaste…… -
Android uses recyclerview to implement horizontal scroll control
preface I believe everyone knows that there are many ways to implement Android scroll control, and it is relatively si…… -
Listview example of horizontal sliding (horizontal sliding) in Android
Use of horizontal listview horizontallistview In Android, the listview slides vertically by default. Due to the needs …… -
Comprehensive analysis of Android view measurement process
preface In the previous article, the author mainly talked about the functions of decorview and viewrootimpl. Here we r…… -
Relative layout of Android App
1、 What is relative layout? Relative layout is another way to place controls. Relative layout is achieved by specifyi…… -
Android image rendering (VII) cliprect local drawing / cutting original drawing summary
Miscellaneous language: after reading a lot of programs, apes have the habit of blogging. It seems that I have to prac…… -
Explain the usage of pagertabstrip sub control of viewpager in Android
Let's start with a small example: It can be seen that the effect is also great, which is more fluent than the previous…… -
Android obtains the contact avatar instance code according to the phone number
In the daily use of Android phones, it is a common problem to obtain contact avatars according to phone numbers. This ……