包含标签:Android 的文章
-
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…… -
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…… -
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 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 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 …… -
Android countdowntimer implements countdown timer
Introduction to use Some countdown related scenarios are often encountered in development, such as the button to send …… -
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…… -
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…… -
Function implementation of drag bar and star evaluation bar of Android advanced interface component
One drag bar Android phone volume settings are given a drag bar, so that users can drag the slider to set. Here we int…… -
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…… -
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…… -
Android App implements three ways to monitor soft keyboard keys
preface: On Android phones, we sometimes encounter listening to the phone's soft keyboard keys. For example, after ent…… -
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 calendar control sample code
What you do is a hotel project, you can choose the date of check-in and departure. Declare that in order to save troub…… -
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…… -
Android realizes the purchase suspension effect of meituan and public comments (Scrollview rolling monitoring)
With the rapid development of mobile Internet, it has been closely related to our life. Many people can be seen in the…… -
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 …… -
Two methods of Android silent installation
preface Generally, an installation interface will appear when installing APK on Android system. Users can click OK or …… -
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…… -
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. …… -
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…… -
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. …… -
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.…… -
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…… -
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…… -
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…… -
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 ksoap calls WebService to upload multiple pictures in batches
Android ksoap calls WebService to upload multiple pictures in batches I've been developing apps these days. Alas, ever…… -
Detailed explanation and examples of how to obtain exception information when crashing in Android
How to get exception information when crashing in Android preface: As we all know, Android applications will inevitabl…… -
Code example of Android forced offline function
There are many application scenarios of forced offline. For example, many of our accounts have been robbed and will be…… -
Android recyclerview enables pull-down refresh and pull-up loading. More
The official refresh control swiperefreshlayout is used to realize the pull-down refresh. When the recyclerview slides…… -
Android uses item swipemenulistview to realize the function of imitating QQ sideslip deletion
Everyone has used QQ. Someone must be curious about how to realize the effect of QQ sliding to delete items. In fact, ……