Android
-
Radiogroup implements multi row arrangement of radio boxes
The use of radiogroup is very simple, but generally, it can only be arranged horizontally or vertically. If it is arra…… -
Sorting of indicators concerned in Android performance test
During the performance test, some problems can directly lead to the user's utilization and unloading rate of the curre…… -
Process analysis of customization and modification of Android 9.0 systemui network signal bar
previously on Android 8.1 platform systemui navigation bar loading process analysis 9.0 brief description of change p…… -
Usage of kotlin extension function and extension attribute
Kotlin can extend the new functionality of a class without inheriting the class or using design patterns such as decor…… -
Android implements real-time search box function
AutoCompleteTextView, autocomplete text box. It is used to display a drop-down menu for users to select after allowing…… -
Detailed explanation of react native monitoring Android fallback button and programmed exit application
Detailed explanation of react native monitoring Android fallback button and programmed exit application preface We kno…… -
Detailed explanation of the instance of Android reading the properties configuration file
Detailed explanation of the instance of Android reading the properties configuration file Because of some configuratio…… -
Android uses okhttp to request self signed HTTPS websites as an example
preface Considering the security problem, many companies use HTTPS encryption protocol for data transmission in the pr…… -
Android custom view implementation arrow rotates along a circle example code
The specific code is as follows: The renderings are as follows: summary The above is the Android custom view implement…… -
Example code for Android to obtain version information of other native apps
Our company has a speed measurement plug-in, and I need to be upgraded by another app. There will be a problem here, t…… -
Detailed explanation of Android onfocuchangelistener focus events
This example shares the specific code of Android onfocuchangelistener focus event for your reference. The specific con…… -
Android uses zxing to realize its own QR code scanning and recognition
preface In the previous article, we briefly introduced the use of zxing and quickly integrated it into our own project…… -
Implementation principle of Android event distribution mechanism
Event handling and sliding conflict resolution in Android are inseparable from the event distribution mechanism. The e…… -
Android realizes desktop suspension small rocket effect
This example shares the specific code for Android to achieve the effect of small suspension rocket for your reference.…… -
Solution to Chinese garbled code of HTTP request in Android
Solution to Chinese garbled code of HTTP request in Android Coding parameters Android sends HTTP requests. The default…… -
Example tutorial of Android using zxing to quickly integrate QR code scanning
preface Everyone should remember that in the past, we used to scan bar codes. Since wechat used QR codes to scan, now …… -
Solution to failed to read key from keystore in Android
Solution to failed to read key from keystore in Android build.gradle Solution: To the effect that: 1. Android.keystore…… -
Explain the communication mode of Android WebView independent process in detail
Why do you need to put WebView in a separate process What should WebView independent processes pay attention to How to…… -
Android enables click thumbnail magnification
This example shares the specific code of Android click thumbnail magnification effect for your reference. The specific…… -
Android implementation double-click the titlebar back to the top of the function sample code
preface The content introduced in this article is accidentally found. This function has been moved and sorted out. It …… -
Method of database upgrading and adding new columns to tables in Android Development
This example describes the method of database upgrading and adding new columns to tables in Android development. Share…… -
The Android programming implementation uses handler to update the UI example in the child thread
This article describes an example of an Android programming implementation using handler to update the UI in a child t…… -
On the solution of uploading files from Android WebView
When developing requirements, we will inevitably access the H5 pages of third parties. Some H5 pages have the function…… -
Usage of Android UI control switch
Switches are occasionally used in Android. Switch is a good control that is simple and easy to use. First, add a switc…… -
Android development and implementation of methods to eliminate screen lock
This paper describes the method of eliminating screen lock in Android development. Share with you for your reference, …… -
Implementation method for Android to close multiple activities
Implementation method for Android to close multiple activities In general, there are four methods: 1. Use application …… -
Detailed explanation of Android event distribution mechanism
Android event distribution mechanism We only consider the four most important touch events: down, move, up and cancel.…… -
Android common log keywords
Record the common log keywords 1. Windows manager receives global key 2. The PowerManager receives the power key and t…… -
Android implements a simple city list function
This example shares the simple usage of Android city list for your reference. The specific contents are as follows Ste…… -
Android programming uses gesturedetector to realize simple gesture monitoring and processing
This paper describes the method of simple gesture monitoring and processing using gesturedetector in Android programmi…… -
Example code for verification of mobile phone number in Android
Now there is verification of mobile phone numbers in the application. I have implemented one in my own way. The follow…… -
Android imitation wechat right slide return function example code
First, the renderings are as follows: First, analyze the main technical points of the function. Right sliding is gestu……