Recent Posts
-
Implementation code of recyclerview drag and delete function in Android
No more nonsense. Let's show the effect. This is the GridView master file implementation. The code is not difficult to…… -
Implementation code examples of eight dialog boxes for Android
1. Write in front Android provides rich dialog functions. This paper introduces the use methods of the eight most comm…… -
Example of Android scanning nearby Bluetooth devices and connecting Bluetooth audio
Wrote a small demo that can scan nearby Bluetooth devices. You can view the device name and MAC address of Bluetooth d…… -
Example code of whether the Android monitor screen is locked
Today, let's talk about how to monitor whether the mobile phone screen is locked. Implementation method: @ h_ 502_ 5@ -
Leakcanary method for detecting memory leak in Android
Recently, I want to check the memory leakage of the product. Finally, I chose leakcanary, a function library open sour…… -
Analysis on the method of switching ImageView by Android programming
This paper describes the method of switching ImageView by Android programming. Share with you for your reference, as f…… -
Add instance code of return arrow to actionbar and toolbar in Android
1. Add return arrow to actionbar Here, the actionbar import package: import Android. Support. V7. App. Actionbar; 2. A…… -
Solution to failure to capture back key after Android pops up dialog
1、 Demand During Android development, the back button cannot be captured after the dialog pops up, and there is no re…… -
Detailed explanation of how Android prohibits inputting content into EditText control
preface EditText control is often encountered in Android development, and in the process of app development, such a pr…… -
Android development sample code for selecting photos from albums
Recently, the project is doing a function: it needs to jump from the user's selection of avatars to the photo album se…… -
Method of debugging mobile phone screenshot under Android
Method of debugging mobile phone screenshot under Android In the process of Android development, it is inevitable to t…… -
Android develops and implements a method to obtain local IP address under WiFi
This paper describes the method of Android development to obtain the local IP address under WiFi. Share with you for y…… -
Method for Android programming to realize camera copying effect
This paper describes the method of Android programming to realize the copying effect of camera. Share with you for you…… -
Android programming implementation dialog form progress bar function example
This paper describes the implementation of dialog form progress bar function by Android programming. Share with you fo…… -
Detailed example of Android top (toolbar) search box implementation
Detailed example of Android top (toolbar) search box implementation This article introduces the use of two kinds of se…… -
Detailed explanation of rain and snow animation effect using surfaceview (kotlin syntax)
preface Recently, I plan to do a wave of things to consolidate what I have learned recently. Without much to say, let'…… -
Method of adapting Android 7.0 to obtain URI of file
Foreword# Android 7.0 has been released for a long time. Although the market share is not very high, it will be popula…… -
Implementation code of Android custom two-way progress bar
If you want the whole two-way progress bar, you can select the playback range. like this: However, there is only one-w…… -
Several methods of realizing timer in Android are explained in detail
preface I'm reading the official Android development documents these days. There are many development suggestions wort…… -
Android scroll bar advertising implementation code example
preface Almost every online app will have a scroll bar advertisement. The scroll bar advertisement mainly exists in th…… -
Android programming timing SMS function example
This paper gives an example of Android programming to realize the function of sending short messages regularly. Share …… -
Solution of Android nested sliding conflict
Android will cause sliding conflict when nested sliding. I met it before, but my previous notebook was lost, so I had …… -
Sample code for Android list switching
In e-commerce projects, there is often a need to switch the display form of the list in the commodity list page, which…… -
Detailed explanation of how Android implements and encapsulates an MVP
preface MVP evolved from the classic mode MVC, and their basic ideas have similarities: Controller / presenter is resp…… -
Explain in detail the method of correctly introducing so files in Android studio
I believe many friends have encountered the problem of how to introduce third-party so files when developing with Andr…… -
Implementation method of image rotation function developed by Android [based on matrix]
This paper describes the implementation method of image rotation function developed by Android. Share with you for you…… -
Implementation code for Android to modify the sliding speed of viewpage
1. Custom scroller summary The above is the implementation code of Android modifying viewpage sliding speed introduced…… -
Simple use of Android componentized arouter
Arouter is an Android routing framework open source by Alibaba. The GitHub address is: https://github.com/alibaba/ARou…… -
Android realizes the function of scanning and identifying numbers
1. Preparation 2. Implementation details 1. The first is the usage of Tess two. The configuration of build.gradle unde…… -
Android realizes the animation example code of mobile ball and circular reveal page switching
preface This article mainly introduces the relevant contents about how Android realizes the mobile ball and circular r…… -
Introduction to layoutinflator. Inflate() method in Android
Introduction to layoutinflator. Inflate() method in Android Recently, I've been trying to understand the usage of the …… -
Android imitation wechat address book search example (matching Pinyin, letters, index position)
preface: Imitate the wechat address book search function to find the matching contact through Chinese characters or Pi……