包含标签:Android 的文章
-
Android Click to generate QR code function implementation code
First look at the effect: Enter the content and click to generate QR Code: Click the logo pattern: code: QRCodeUtil: M…… -
Summary of problems encountered in updating Android studio 3.0
After the update, try to run the old project under maintenance. Various errors occurred. It was later found that the p…… -
Android gesture left and right sliding effect
Recently, I want to realize the function of Android left sliding pop-up menu box and right sliding disappear menu. Aft…… -
Android studio 3 supports Java 8. Do you dare to use it
Abstract: this morning, Google released as 3.0 and a series of support packages. There are a lot of interesting new th…… -
Solve the problem of slow loading of Android studio 3.0 projects — Maven warehouse selection
Today, when I opened the project with Android studio 3.0, I found that it had been loaded in Google's Maven warehouse …… -
Pinyinutils example of Pinyin conversion tool class developed by Android
This paper describes Pinyin utils, a Pinyin conversion tool developed by Android. Share with you for your reference, a…… -
The Android 5.1 system gives the application open system permission through the package name
The common method of opening system permission to an application is to directly make the application into a system app…… -
Android client voice mobile interface example code
Today, I'd like to introduce the implementation of the voice mobile interface. You should have seen the new version of…… -
Complete instance of dateutil tool class in Android Development
This article describes the date tool class dateutil in Android development. Share with you for your reference, as foll…… -
Single sign on implementation of “pushed offline” function on Android
Single sign on (pushed offline) The so-called function of being pushed offline, that is, an account keeps logging in a…… -
Instance of intent jump tool class developed and implemented by Android
This article describes the intent jump tool class developed and implemented by Android. Share with you for your refere…… -
Four commonly used tool classes in Android Development [toast, SharedPreferences, network and screen operation]
This article describes four common tool classes in Android development. Share it with you for your reference, as follo…… -
Detailed explanation of Android eventbus (normal event / sticky event)
This article shares common events and sticky events of Android eventbus for your reference. The specific contents are …… -
Complete instance of queryutils, a tool class developed by Android to query remote server
This paper gives an example of queryutils, a tool class developed by Android to query remote server. Share with you fo…… -
Complete example of geometryutil, a geometric tool class developed and implemented by Android
This paper describes the geometric tool class geometryutil developed and implemented by Android. Share with you for yo…… -
Android easypermissions official library efficient processing of permissions related tutorials
Introduction: Easypermission library is a library that simplifies basic system permission logic and can be used on And…… -
[Alibaba arouter] simple and easy-to-use Android page routing framework
When developing an app, you will always encounter various needs and businesses. At this time, you can get twice the re…… -
Detailed explanation of Android multithreaded download example
1、 Overview When it comes to file downloading in Android, the Android API clearly requires that time-consuming operat…… -
Android screen fillet implementation method example code
Now, the four corners of the screen of many full screen mobile phones are made into a circle, and its mellow feeling b…… -
Example of data reading operation between Android device and external USB flash disk
Now more and more mobile phones support OTG function. Through OTG, data transmission can be realized with USB disks an…… -
Bottom page flipping using recyclerview in Android
Recently, an app on the pad side needs to have the same effect as a web page. Previously, the addview method was used,…… -
Interception of Android bitmap and hiding and displaying of status bar
Getting to know bitmap Bitmap is a final class, so it cannot be inherited. Bitmap has only one construction method, an…… -
Error reported when adding glide library for Android: failed to resolve: com.android.support: support annotations: 26.0.2 solution
preface Glide is a picture loading library recommended by Google. It can support the loading of pictures from URLs, An…… -
Android realizes the multi graph display function of circle of friends
This example shares the specific code for Android to realize the multi graph display of the circle of friends for your…… -
Android implements multi-threaded breakpoint continuation function
This example shares the specific code of Android to realize multi-threaded breakpoint continuation for your reference.…… -
Android development realizes the function of loading large pictures taken by the camera
This article describes the Android development and implementation of ImageView to load the large picture taken by the …… -
Detailed explanation of Android multithreaded breakpoint continuous download example
1、 Overview In the previous blog post "Android - example of multi-threaded download", we explained how to realize the…… -
Android imitation Amoy password copy pop-up box function (short answer version)
The last article introduced the function of Android to open mobile Taobao and automatically identify Taobao password t…… -
Android custom view circle and drag circle follow finger drag
Simply customizing a circle is very simple. It only takes a few steps to drag the circle to add and realize the touch …… -
Intentutil jump multi-function tool class developed and implemented by Android [including video, audio, picture, camera and other operation functions]
This article describes the intentutil jump multi-functional tool class developed and implemented by Android. Share wit…… -
Android develops examples of methods to obtain sensor data [acceleration sensor, magnetic field sensor, light sensor, direction sensor]
This paper describes the method of Android development to obtain sensor data. Share with you for your reference, as fo…… -
Android studio 3.0 canceling method of parameter name prompt of called method
After Android studio upgrade 3, the method called in the code adds the parameter name prompt: Many people are not used……