Android
-
Android imitation wechat menu (implemented by c# and Java respectively)
This article uses programming to implement Android menus. Of course, you can use XML to complete the same functions. T…… -
Super nice drop-down refresh animation Android code implementation
Recently, I've seen a lot of high-end, atmospheric and high-grade animation effects. If you add these animations to yo…… -
Android uses mediaplayer to play an instance of music in RES / raw folder
Android uses mediaplayer to play an instance of music in RES / raw folder (1) Create a new folder in the res folder, r…… -
Using java code to realize image clipping function in Android
Preface Android applications often encounter the need to upload album pictures. Here is a record of how to select and …… -
Android randomly generated verification code
Android randomly generates verification codes. Android draws irregular verification codes using random numbers to enha…… -
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 ……