Recent Posts
-
Android imagebutton custom button press effect code implementation method sharing
When using a button, in order to make the user "press", there are two implementation methods: 1. In the code. 2. It is…… -
Analysis on the principle of Android mobile guard mobile positioning
Recommended reading: Analysis of Android mobile guard SIM card binding In depth analysis of MD5 encryption when Androi…… -
Example tutorial of using listfragment in Android App
Listfragment inherits from fragment. Therefore, it has the feature of fragment and can be used as a part of activity. …… -
Listview is used in Android applications to display the refreshed content in pages
Click the button to refresh 1. The effect is as follows: Examples are as follows: the add data button in the figure ab…… -
Android imitates wechat circle of friends to achieve scroll bar drop-down rebound effect
The picture cover on wechat circle of friends and QQ space have the effect of drop-down rebound. These are realized by…… -
Android andbase framework internally encapsulates the implementation progress box, toast box, pop-up box and confirmation box (II)
This is the second note for learning and sorting out the andbase framework. Friends who want to understand the andbase…… -
Click item in recyclerview in Android to set events
As mentioned in the previous Android recyclerview introductory tutorial, recyclerview is no longer responsible for the…… -
First contact with ViewGroup for Android custom ViewGroup
Summarize from Hongyang's blog: http://blog.csdn.net/lmj623565791/article/details/38339817/ 1、 Com.cctv jiatao.custom…… -
Two implementation methods of intent additional data of Android
This paper describes two implementation methods of intent additional data of Android. Share with you for your referenc…… -
Pagerslidingtabstrip makes Android multi interface sliding switching with labels
Here we use two libraries, one is android-support-v4 in the Android SDK, and the other is pagerslidingtabstrip. The op…… -
Example tutorial of customizing view in Android App
1、 Many basic Android entry programs may be afraid of Android custom view, but this is the only way for experts to ad…… -
Solution to the problem that viewpager cannot slide normally in Scrollview for Android programming development
This article describes the solution to the problem that viewpager cannot slide normally in Scrollview developed by And…… -
Android programming method for WebView full screen playback (with source code)
This paper describes the method of full screen playback of WebView by Android programming. Share with you for your ref…… -
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…… -
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…… -
Android multimedia player production code
This example shares the specific implementation code of Android multimedia music player for your reference. The specif…… -
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 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…… -
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…… -
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…… -
Detailed explanation of the basic usage of mediaplayer developed by Android
This article describes the basic usage of Android mediaplayer with examples. Share with you for your reference, as fol…… -
Android uses seekbar to realize simple music player
1、 Introduction to demo Use Aidl to bind the service for the activity, use the handler mechanism, send messages to up…… -
Android zoom processing example code through gesture
It is rumored on the Internet that HTC's hero-rom supports multi touch. Most of the arguments stem from the fact that …… -
Terminator of Android pulltorefreshlayout drop-down refresh control
When it comes to the pull-down refresh control, there are many online versions, and many software also have the pull-d…… -
Android uploads pictures locally and sets them as round avatars
First upload the picture to the server locally, and then process the avatar into a circular avatar according to the UR…… -
Android programming method for drawing circular pictures
This paper describes the method of drawing circular pictures by Android programming. Share with you for your reference…… -
Android custom view drawing to realize fade animation
An interesting little thing is realized: draw with a custom view, draw lines while drawing, and the lines gradually fa…… -
Sha secure hash algorithm for Android data encryption
preface: For the Sha secure hash algorithm, I haven't used it much before, but just stayed at the stage of hearing abo…… -
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 …… -
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 …… -
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…… -
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 ……