Recent Posts
-
Android programming method for judging whether to connect to the network [WiFi and 3G judgment]
This paper describes the method of Android programming to judge whether to connect to the network. Share with you for …… -
Android interface pull-down rebound effect example code
No more nonsense. The specific code is as follows: The above is the example code of the rebound effect of pull-up and …… -
Android programming method for data operation in adapter
This paper describes the method of data operation in adapter by Android programming. Share with you for your reference…… -
Android programming implements the method of placing the tab at the bottom of the screen
This example describes the method of placing the tab tab at the bottom of the screen in Android programming. Share wit…… -
Solution to splash application startup white screen problem in Android
Not long ago, the project started for some time. At first, it was suspected that it was caused by the newly added inst…… -
Android countdowntimer implements countdown timer
Introduction to use Some countdown related scenarios are often encountered in development, such as the button to send …… -
Android custom view summary of basic functions you need to know
Android custom view basic functions you need to know First, draw on the canvas. You need a paint. What are the functio…… -
Android uses Baidu voice recognition example code
This paper uses Baidu speech recognition to complete the function of speech recognition. To use Baidu speech recogniti…… -
Android realizes the function of converting Chinese characters to Pinyin with multi tone word recognition
Android Chinese character to Pinyin with multi tone word recognition function for your reference. The specific content…… -
Android socket realizes simple chat function and file transfer
Doing the program is a boring and repetitive thing. Whenever I feel impetuous, I will look for a novel to read. I have…… -
Detailed explanation and simple example of Android custom ViewGroup (sideslip menu)
Simple implementation of custom sideslip menu Many apps have such sideslip menus, such as QQ, and more famous open sou…… -
Example of clipboard manager clipboard function developed by Android
This paper describes the clipboard manager clipboard function developed by Android. Share with you for your reference,…… -
Android does not get focus based on textview to achieve the running light effect
This article gives an example of how Android does not get the focus based on textview to achieve the running light eff…… -
Example of camera function implemented by Android mobile app
The results of realizing the camera function of mobile app are as follows Step 1: activity_ Surfaceview for takephoto.…… -
Working principle analysis of Android handler
brief introduction In Android, only the main thread can operate the UI, but the main thread cannot perform time-consum…… -
Example of jump to application market scoring in Android Application
In the process of developing android app, such functions are often encountered. Jump from the current app to an app st…… -
Android uses sensor to realize the small function of compass
First, let's talk about the implementation idea of the compass: The program first prepares a compass picture, and the …… -
Android development and implementation EditText cursor is displayed on the right
Android development and implementation EditText cursor is displayed on the right preface: Sometimes you will encounter…… -
Detailed explanation of Android recyclerview linear layout (1)
Recyclerview is a new control in Android 5.0, which is under android-support-v7. The official document gives a concise…… -
Android uses content resolver visitors to get SMS information
Use contentresolver visitors to get SMS information, record it here, and query it again. First, let's look at the resu…… -
Implementation of Android UI example of multi-level tree list TreeView
The so-called treeview is a common multi-level list tree in windows. In Android, the system only provides listview and…… -
Android custom popupwindow imitation click pop-up sharing function
The example of this article is to customize popupwindow, click to pop up popupwindow, the background will darken, and …… -
Detailed explanation and example code of Android broadcast monitoring network status
Android broadcast monitoring network status When we are doing multi-threaded downloading or loading H5 interface, we o…… -
Android custom view realizes the score display effect of imitation driving test classic (Collection)
Xiaobian recently found that some cool view effects can be more easily realized by combining custom view and attribute…… -
Detailed explanation of executor, executorservice and ThreadPoolExecutor in Java
Detailed explanation of executor, executorservice and ThreadPoolExecutor in Java 1.Excutor The source code is very sim…… -
Writing skills of Android view background selector
There are 10 in the layout above Check@R_ 836_ 2419 @, and then set Check@R_ 836_ 2419 @ background picture bit, backg…… -
Summary of common methods of creating desktop shortcuts by Android programming [2 methods]
This article describes the common methods of creating desktop shortcuts by Android programming. Share with you for you…… -
How Android exits the application of multiple activities
During the development process, we often need an exit function to exit all activities of the application. Below, we li…… -
Detailed introduction to four startup modes of activity
Detailed introduction to four startup modes of activity In Android, each interface is an activity, and the interface s…… -
Learn to use Android time and date picker (datepicker, TimePicker)
In order to enable users to select time and date, Android provides datepicker date picker and TimePicker time picker. …… -
Summary of relative layout skills in Android
preface First of all, you can think about how to use relativelayout without nesting to generate the following layout. …… -
Two methods of Android silent installation
preface Generally, an installation interface will appear when installing APK on Android system. Users can click OK or ……