Android
-
Mui carries out app hybrid development to realize pull-down refresh and pull-up loading
First of all, our environment is to use hbuilder to develop app through Mui. This hybrid development is suitable for A…… -
Android development and implementation of the method of sliding and changing color with Scrollview
This paper describes the method of changing color with Scrollview sliding in Android development. Share with you for y…… -
Detailed explanation of sound / size modification and configuration of default system in Android
preface The sound management system is used to realize the functions of sound input and output, sound control and rout…… -
Explain Android SELinux permissions and problems in detail
As we are working on the MTK platform, the source path is based on MTK, but Qualcomm is much the same explain After An…… -
Android file download function
Android downloads files on the network for your reference. The specific contents are as follows Steps: 1. Download fil…… -
Android imitation adapter implementation custom pageradapter method example
Introduction to pageradapter Pageradapter is a class in android.support.v4 package. Its subclasses include fragmentpag…… -
Mui integrated pull-up and pull-down writing
In the process of APP production, pull-down refresh and pull-up load are always used together. We shared with you the …… -
Android loads web pages with WebView (HTTPS and HTTP)
1. Android cannot open the web page requested by HTTPS when loading When there is an HTTPS page in SSL layer, if the s…… -
Android studio 3.0 gradle tip version is too old
Many friends are using Android studio 3.0 gradle to prompt: The android gradle plugin version 3.0.0-alpha1 is too old,…… -
Add border shadow effect to Android control
1. Layout file: RES / drawable / BG_ shadow.xml 2. Use the following reference in the layout file in RES / layout: Sou…… -
Android development and implementation of fragment monitoring return key event function
This paper describes the method of fragment monitoring return key events developed by Android. Share with you for your…… -
Improvement analysis of Android 7.0 version affecting development
This paper summarizes and analyzes the improvements that affect the development of Android 7.0. Share with you for you…… -
Explain the pit you will encounter in Android face detection
This year, the author made an Android product related to face, mainly to obtain the preview data stream returned by th…… -
Possible pit solutions using dagger2 in kotlin
What is dagger2? Dagger2 is an open source library based on Java annotations that completes dependency injection in th…… -
Android realizes the function of multi graphic sharing circle of friends
Many Android programmers are looking for how to call system sharing to realize the function of multi picture and text …… -
Android SMS sending function using smsmanager
Android uses smsmanager to send SMS for your reference. The details are as follows Key code implementation XML layout …… -
Detailed explanation of the use of AspectJ in Android AOP framework
preface I have learned about the AOP framework of Android before, and its usage is mainly used to log; Now there is a …… -
Android 7.0 development method for obtaining storage device information
This paper describes the method of obtaining storage device information developed by Android 7.0. Share with you for y…… -
Android image sampling and scaling function example code
Why sample and zoom images in Android? To load bitmap more efficiently. Assuming that the image is displayed through I…… -
Rolling compatibility of Android WebView and Scrollview and method of blank processing
This article introduces the rolling compatibility and white space processing of WebView and Scrollview, which are shar…… -
Android development implements the method of judging the running state of APP according to the package name
This paper describes the method of Android development and implementation to judge the running state of APP according …… -
Detailed explanation of Android SMS manager smsmanager instance
This example shares the specific code of Android SMS manager smsmanager for your reference. The specific contents are …… -
Talking about the pit of react native packaging apk
You can package RN step by step according to the official website, but here are a few points to note. Let's briefly in…… -
Android custom view countdown circle
This example shares the specific code of Android custom view countdown circle for your reference. The specific content…… -
Easy to use adapter — detailed explanation of arrayadapter
The most terrible thing about procrastination is that even if you don't procrastinate on your side, the other side wil…… -
Android implements simple breakpoint continuation and download to local functions
This example shares the specific code of Android breakpoint continuation and download for your reference. The specific…… -
Android development and implementation method example of removing useless white border of bitmap
This paper describes the method of removing the useless white border of bitmap by Android development. Share with you …… -
Android realizes the function of keeping the screen always on
The app made by the author's company is stock. When viewing the stock quotation page, users often need to turn on the …… -
Android implements eventbus login interface and value transfer (sticky events)
This example shares the specific code for Android to realize eventbus login interface and value transmission for your …… -
Definition and usage example of image cutting tool class developed by Android
This paper describes the definition and usage of image cutting tool class developed by Android. Share with you for you…… -
Android realizes the flashlight power key off function
After turning on the flashlight, the machine sleeps. The customer requires to click the power button and the flashligh…… -
Android imitates the effect of sliding and fixing the top bar of the microblog details page
preface Recently, I encountered a demand in the project, which is similar to the effect of the microblog details page.……