包含标签:Android 的文章
-
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. …… -
Introduction to the button of Android control series and the use of Android listener
And the appearance after clicking the button: -
-
Android time selector, date selector implementation code
In this paper, we share two selectors, one can select the time and the other can select the date for your reference. T…… -
Android completes the sliding effect by adding listview to the viewpage (similar to QQ sliding interface)
File name: page.xml File name: listviewittem.xml -
Android music player production adding console (III)
Running effect of Android music player This blog is written after the last Android music player production. You can go…… -
Android implements the method of customizing buttons with text and pictures
This article describes the method of customizing buttons with text and pictures for Android. Share with you for your r…… -
Android accessibilityservice implements wechat red envelope grabbing plug-in
In more settings or advanced settings of your mobile phone, we will find a barrier free function. Many people don't kn…… -
Explain the broadcastreceiver component in Android
Broadcastreceiver means "broadcast receiver". It is used to receive broadcasts from systems and applications. In Andro…… -
Method of parsing XML file in Android system
Preface when learning the framework layer source code of Android, Android uses xmlpullparser to parse the source code …… -
Android multimedia player production code
This example shares the specific implementation code of Android multimedia music player for your reference. The specif…… -
Android SMS verification code auto fill function
The author found that in many applications, there is the function of automatically obtaining the verification code: cl…… -
Drawing the curve of game touch trajectory in Android game development
This article mainly explains how to draw the curve of game touch trajectory. In the ontouchevent method, we can obtain……