Android
-
XML file reading and writing method for Android programming
This paper describes the methods of reading and writing XML files in Android programming. Share with you for your refe…… -
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 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 listview pull-down refresh pull-up automatically load more demo examples
The code download address has been updated. Because the code has not been updated for a long time, it is very outdated…… -
Android program development listview pull-down refresh pull-up (sliding page) load more
In a recent project similar to microblog, there is an Android function to use listview's pull-down refresh to refresh …… -
Small program example of sending SMS in Android Development
The above figure is the code structure diagram. Now let's look at the specific code. Send.java main.xml AndroidManifes…… -
Method for customizing highlighted background in LinearLayout of Android layout
This article describes the method of customizing the highlighted background in LinearLayout of Android layout. Share w…… -
Example of using pull to parse XML format data in Android App
Pull parses XML files in roughly the same way as sax parses XML files. They are both event driven. Therefore, using pu…… -
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 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…… -
Canvas for Android programming draws various graphics (point, line, arc, circle, ellipse, text, rectangle, polygon, curve, rounded rectangle)
This paper describes the method of drawing various graphics in canvas of Android programming. Share with you for your …… -
Android uses listview to delete items in batch
This article gives an example of how Android uses listview to delete items in batches. Share with you for your referen…… -
Detailed explanation of the use of ContentProvider developed by Android
The content provider provides a unified interface for storing and obtaining data. It can complete data sharing under d…… -
Android custom ViewGroup implements rounded rectangle menu with arrow
In this article, we will create a rounded rectangle menu with arrows, which is about as long as the following: It is r…… -
Android uses WebView. Loaduri() to open web pages
This article gives an example of how Android uses WebView. Loaduri () to open web pages. Share with you for your refer…… -
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 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 custom control in-depth study of random verification code generated by Android
In the previous article, the properties of custom controls were introduced. For details, see "explain Android custom c…… -
Example code of Bezier curve drawing method in Android
Bessel curve, many people may not understand, what is called Bessel curve? Here's a brief introduction: Bezier curve c…… -
Creating desktop shortcuts for mobile app for Android program development
Preview renderings: Permission required: Configuration file: androidmanifest.xml On the application's splash screen pa…… -
Usage example of date and time setting control in Android
This article describes the usage of date and time setting control in Android. Share with you for your reference. The d…… -
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 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 …… -
How to use AES encryption and decryption in Android
Today, I have encountered many problems when using AES to encrypt and decrypt data in the Android project. I have also…… -
Detailed explanation of service in Android
1. Concept: (1). Service can be said to be an activity running in the background. It is not a separate process. It onl…… -
Detailed explanation of Android gesture operation programming
Gesture operation offers a different experience in the process of using smart devices. Android development is bound to…… -
A brief analysis of linear layout example of Android programming
This article illustrates the linear layout usage of Android programming. Share with you for your reference, as follows…… -
Use of XML file parsing for Android Development
Foreword This article mainly introduces how to parse XML files in Android. Sax mechanism is mainly adopted. Sax is ful…… -
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…… -
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…… -
Ad bar scrolling effect of Android custom control
On some e-commerce websites, you can often see some rolling advertising strips. Many software also have similar advert……