Recent Posts
-
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,…… -
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…… -
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…… -
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…… -
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…… -
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…… -
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…… -
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…… -
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…… -
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 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 custom view countdown circle
This example shares the specific code of Android custom view countdown circle for your reference. The specific content…… -
Example of Android uploading AAR to a private Maven server
It took a long time to do this. It was mainly caused by being unfamiliar with the groovy language in gradle. Write it …… -
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 …… -
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 …… -
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…… -
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…… -
[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…… -
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…… -
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…… -
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…… -
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…… -
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 …… -
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 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.…… -
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 …… -
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…… -
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…… -
Complete instance of fileutil, a file operation tool class in Android Development
This article describes the file operation tool class fileutil in Android development. Share with you for your referenc…… -
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 implements multi-threaded breakpoint continuation function
This example shares the specific code of Android to realize multi-threaded breakpoint continuation for your reference.…… -
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……