包含标签:Android 的文章
-
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 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…… -
Solution to the problem of nested fragments in Android
It is said that fragment is easy to use. Duang ~ ~, I have a problem again. Record it and share it with the students w…… -
Use the okhttp package of Android to upload and download files based on HTTP protocol
The HTTP connection foundation of okhttp only needs to provide a URL when sending HTTP requests using okhttp. Okhttp n…… -
Comprehensive analysis of Android view layout process
preface In the previous article, the author described in detail the first of the three workflow of view, the measure p…… -
Using viewpager to implement Android Software wizard function implementation steps
The layout file is as follows: In addition, we need four layout files, which are the images to be displayed by the wiz…… -
Detailed explanation of the method of calling each other between the three components of Android activity, service and broadcaster
This article describes the method of calling each other among the three components of activity, service and broadcaste……