Android
-
Example analysis of WebView usage in Android
This article illustrates the usage of WebView in Android. Share it with you for your reference, as follows: @ h_ 404_ …… -
Android account registration realizes the countdown effect of clicking to obtain the verification code
In order to prevent malicious access to verification SMS and verification email, the website will make a countdown eff…… -
Example analysis of absolutelayout usage of Android programming layout
This article illustrates the use of absolutelayout in Android programming layout. Share with you for your reference, a…… -
Android uses viewpager to realize automatic rotation
Many apps have implemented automatic rotation similar to the boot page. I can't help thinking of modifying the code on…… -
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…… -
Android custom view implementation drag selection button
This article shares the specific code of Android drag selection button for your reference. The specific contents are a…… -
The encapsulated Android monitors the event class sharing of the left and right sliding screen of the finger
Sliding left and right is the most commonly used action of smart phones. You can simply package it here and use it dir…… -
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 file upload example with progress bar (using asynctask asynchronous task)
In the recent project, we need to do a function of uploading files with a progress bar. After learning asynctask, it i…… -
Getting Started tutorial of viewpager component in android app development
First of all, let's have an overall understanding. Go directly to the last project and see that such powerful function…… -
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…… -
Detailed explanation of absolute layout absolutelayout and relative layout examples of Android programming
This paper analyzes the absolute layout and relative layout of Android programming. Share with you for your reference,…… -
Rounded button button for Android
This article describes the implementation process of rounded button button in Android development, which is shared for…… -
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. …… -
Android client obtains JSON data from the server and parses the implementation code
First, the client gets JSON data from the server 1. Using httpurlconnection 2. Using httpclient Secondly, JSON data an…… -
Method for Android to check battery power (based on broadcastreceiver)
This article gives an example of how Android can check the battery power. Share with you for your reference, as follow…… -
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…… -
Analysis on Android mobile phone guard saving mobile phone security number
Recommended reading: Analysis of Android mobile guard SIM card binding In depth analysis of MD5 encryption when Androi…… -
Android richtext allows textview to easily support rich text (image imagespan, click effect, etc., similar to QQ wechat chat)
Androidrichtext helps to achieve the same effect as QQ and wechat. A textview has both text, expression and pictures. …… -
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…… -
-
Detailed explanation of XML file parsing method for Android programming (with source code)
This paper describes the XML file parsing method of Android programming. Share with you for your reference, as follows…… -
Android layout custom shap circular ImageView can set the background and picture separately
1、 Picture preview: 1、 Implementation functions: It is required to realize that the layout is a circular picture, an……