Android
-
Optimization of Android listview to improve Android application efficiency
Listview is a frequently used control. Each sub item item item in listview can be a string or a composite control. The…… -
In Android, recyclerview is used to realize pull-down refresh and pull-up loading
Recommended reading: adding headers and footers using recyclerview Use of recyclerview HelloWorld Recyclerview is a ne…… -
DES encryption for Android data encryption
preface: A colleague asked me about the implementation of Android DES encryption. I simply implemented it. Let's summa…… -
Android imitation WeChat / Alipay password input box
When using payment apps, there is a simple and confidential input box.. There was a problem with the idea at the begin…… -
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…… -
Implementation of Android development tutorial sliding closing fragment example
Main code: (with comments) use: To display the activity interface below, you need to use the fragment add method -
Analysis of Android Development Optimization: optimization skills from the perspective of code
Usually, we write programs under the pressure of project planning. At this time, the completed code can complete the s…… -
Method of integrating mob SMS verification code function in Android Development Project
1、 Foreword Now apps basically need to use the SMS function. They need to send a SMS to users when registering or whe…… -
Broadcastreceiver usage examples of the four components of Android programming
This article describes the use of broadcastreceiver (broadcast receiver) of the four components of Android programming…… -
Drawing process of Android view (Part I) measurement of view
overview The drawing process of view can be divided into three steps: measure, layout and draw. Measure represents the…… -
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……