Recent Posts
-
Explain the basic use and optimization of listview in android app development with examples
1、 Create a listview directly using the listview component. 1. Create a listview directly in XML and attach an array …… -
Android wechat image sharing function
As we all know, there are many ways to support image sharing through wechat official sharing SDK. The official link ca…… -
An instance of automatic startup service in Android
Recently, hevsocks5client was ported to Android. After adding system call support related to signalfd and timerfd, you…… -
Android implementation of simple MD5 encryption
This article gives an example of how Android implements simple MD5 encryption. Share with you for your reference, as f…… -
Explore the life cycle of fragment when writing Android applications with examples
Managing the lifecycle of a fragment is somewhat like managing the lifecycle of an activity. Fragment can exist in thr…… -
Key points analysis of sliding deletion effect of listview imitating QQ in Android App
It was originally intended to set a hidden button on the layout of each item in the listview, which will be displayed …… -
Source code analysis of Android drop-down refresh control swiperefreshlayout
Swiperefreshlayout is the official drop-down refresh control of Android. It is simple to use and has a beautiful inter…… -
Explain the filtering and matching process of intent object and intent filter in Android
If you don't know much about intent, please refer to the blog post "explain the usage of intent in Android", which int…… -
Android – development based on wechat open platform v3sdk (wechat payment pit filling)
Before contacting wechat payment, I heard that this is a pit. I'm ready... I thought I might not be able to get out of…… -
Android uses activity to monitor the sliding of fingers up, down, left and right
Use the ontouchevent method of activity to monitor the sliding of fingers up, down, left and right The ontouchevent me…… -
Implementation of interaction between WebView and JS in Android
Get WebView object Call the getsettings () method of the WebView object to get the websettings object Call setjavascri…… -
Android custom view to achieve a simple circular progress effect
Let's show you the renderings first. If you feel good, please refer to the implementation ideas: We want to realize a …… -
Android realizes the function of automatically extracting SMS verification code
This article explains the solution of Android automatically extracting SMS verification code with examples, which is s…… -
Android implements the method of updating the UI in the activity in the child thread
This article gives an example of how Android implements the method of updating the UI in the activity in the child thr…… -
Android draws triangles on glsurfaceview based on OpenGL and uses projection and camera view methods
This paper gives an example of how Android draws triangles on glsurfaceview based on OpenGL and uses projection and ca…… -
Android method for monitoring telephone call state
This paper describes the method of monitoring telephone call status by Android. Share with you for your reference. The…… -
Android implements page scrolling and scrolling loading effects similar to QQ space based on listview
This article describes the effect of scrolling page turning and scrolling loading similar to QQ space based on listvie…… -
Android selects image cutting and uploading from the album
This example shares the specific code of Android cutting and uploading pictures for your reference. The specific conte…… -
After obtaining the SMS verification code, the button background changes and the countdown appears
At present, more and more apps require to obtain the SMS verification code when registering or performing correspondin…… -
IOS 7 Style dialog box (QQ dialog box) pops up at the bottom of Android — third-party open source IOS_ Dialog_ Library
First show you the effect picture, like friends can download the source code. This effect is achieved by using IOS_ Di…… -
In Android applications, listview uses onscrolllistener to page load data
When the user reads the microblog from the network, if all the microblog unread by the user is loaded at once, it will…… -
Example analysis of XML generation methods commonly used in Android
This article describes the XML generation methods commonly used in Android. Share with you for your reference. The det…… -
Analysis of Android mobile guard SIM card binding
Read the serial number of the SIM card and save it. Once the SIM card is changed, it is considered to be the SIM card …… -
Android implements the method of controlling the size and scaling of pictures through gestures
This paper describes the method of controlling the size and zoom of pictures through gestures in Android. Share with y…… -
Example analysis of time display of short message list in Android programming
This paper describes the time display of short message list in Android programming. Share with you for your reference,…… -
Explanation of Android custom control LinearLayout example
Many times, the controls commonly used in Android can't meet our needs, so we need to customize a control. Today, I ma…… -
Implementation method for Android to obtain MD5 value of APK signature fingerprint (prevent it from being repackaged)
This article describes the implementation method of Android to obtain the MD5 value of APK signature fingerprint to pr…… -
Android gesture sliding to achieve two-point touch zoom picture
Learn Android gesture sliding, multi touch zoom in and out pictures, and share them for your reference. The specific c…… -
Android implements pull-up loading and pull-down refresh (listview)
First of all, I will introduce the simple implementation of andorid 5.0 native pull-down refresh. Effect drawing first…… -
Android pull-down refresh official version
There are many articles about pull-down refresh on the Internet, but they are too long. Just found the official pull-d…… -
Android custom view password box instance code
Expose all properties or behaviors that affect the visible appearance in your view. • add and set styles through XML •…… -
Android network programming to obtain JSON data instances on the network
In order to obtain JSON on the network, you need the support provided by the server. 1、 Create server side: Server si……