Android
-
Analysis of some optimization points of view drawing in Android Application Development
A common misconception is that using basic layout structures (such as linear layout, FrameLayout, etc.) can produce ef…… -
Implementation method of creating clickable button in Android Development
This article describes the implementation method of creating clickable buttons for Android. Share with you for your re…… -
Android recyclerview slide delete and drag sort
This is an introduction to recyclerview after the above three articles. Here are two more words. If you are still usin…… -
Listview developed by Android realizes local refresh of item
Most of the programmers are familiar with the ListView refresh mechanism in Android, modify or add the data source in …… -
Detailed explanation of XML parsing methods for Android programming (Sax, DOM and pull)
This article describes the method of parsing XML by Android programming. Share with you for your reference, as follows…… -
Android security encryption: Message Digest
Android security encryption feature article index All the above contents, such as symmetric encryption, asymmetric enc…… -
Solutions to errors in calling JS by WebView in Android
problem Error calling JS for WebView. solve Modify the save method to: The above is the solution. Isn't it very simple…… -
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…… -
Method for solving flicker problem of touch track drawn by Android surfaceview
This paper shares the methods to solve the flicker problem of surfaceview touch track for your reference. The specific…… -
Example of image upload and download function realized by Android programming
This paper gives an example of Android programming to realize the function of uploading and downloading pictures. Shar…… -
Detailed explanation of adding, deleting, changing and querying Android SQLite database
1、 Using embedded relational SQLite database to store data On the Android platform, an embedded relational database S…… -
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…… -
Tablelayout table layout developed by Android
The table layout model manages child controls in the form of rows and columns. Each row can be an object of tablerow o…… -
Method for realizing dynamic loading of listview data by Android
This article describes the method of realizing dynamic loading of listview data by Android. Share with you for your re…… -
Explanation of some advanced techniques used by recyclerview component in Android Development
Advantages of recyclerview: Usage: Import recyclerview V7 Library: recyclerview is a control in android.support.v7 lib…… -
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…… -
Android custom view implementation with digital progress bar example code
Step 1: effect display Figure 1. Blue progress bar Figure 2. Red progress bar Figure 3. Multiple progress bars with di…… -
Android save fragment switching state instance code
preface In general, frequent switching of fragments will lead to frequent release and creation. If fragments are bulky…… -
Method of Android parsing JSON data format
JSON data format analysis, I divided into two types; One is ordinary, the other is in the form of array; Common form: …… -
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…… -
Explain in detail the basic knowledge and writing method of service service in Android
First, let's confirm what a service is? Service is a service in the Android system. It has several characteristics: it…… -
Implementation method of Android pop-up window
This paper describes the implementation method of Android pop-up window. Share with you for your reference, as follows…… -
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…… -
Implementation of touch screen gesture recognition in Android Application Development
Many times, using gesture operations such as fling and scroll on the touch screen to operate will greatly improve the …… -
Service usage examples developed by Android
This article illustrates the service usage of Android development. Share with you for your reference. The specific ana…… -
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…… -
21 days to learn SQLite paging reading of Android development tutorial
Android includes SQLite, which is commonly used in embedded systems, eliminating the need for developers to transplant…… -
Android realizes gesture sliding, multi touch zoom and pan picture effect
Now in the app, the picture preview function must be indispensable. Users have basically formed a conditioned reflex. …… -
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…… -
Android implements SMS encryption function (sending encrypted SMS and decrypting local SMS)
SMS encryption is such a function. Due to the small demand for novice learning, there are few simple demos on the Inte…… -
Analysis on the method of passing objects using intent in Android programming
This paper analyzes the method of using intent to transfer objects in Android programming. Share with you for your ref…… -
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……