Android
-
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…… -
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 FTP file upload and download function in Android
This example shares the specific code of Android Jiugongge picture display for your reference. The specific contents a…… -
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 …… -
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'…… -
Detailed explanation of how to avoid oom in Android image processing
1. Compress by setting the sampling rate Res resource picture compression coderesource Uri picture compression codestr…… -
Android voice sound wave control Android bar wave control
I haven't come for a long time. Let's take a bubble and make a view of the sound fluctuation just made: There are not …… -
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…… -
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…… -
Set shadow effect for Android control
This article mainly records the shadow setting of Android controls Create a new layer as the top layer. The principle …… -
Gesture detection developed by Android and method for realizing page turning function through gesture
This paper describes the method of gesture detection and page turning function through gesture developed by Android. S…… -
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…… -
Deeply analyze the loading layout principle of setcontentview in Android
preface For Android developers, setcontentview is very familiar. In our activity, we first use it to load our layout, …… -
Android changes the original color of the icon and the instance code of the search box
Icon change color: the color change of drawable allows Android to have as convenient image tone conversion as IOS, jus…… -
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 …… -
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…… -
Implementation example code of pop-up window at the bottom of Android
This article mainly introduces the correct posture of realizing the bottom pop-up in Android. If you encounter some pr…… -
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…… -
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…… -
Example code of mutual communication between service and activity in Android
preface In Android, activity is mainly responsible for the display of foreground pages, and service is mainly responsi…… -
Android viewpager unlimited rotation to obtain network pictures
This example shares the specific code of viewpager infinite rotation to obtain network pictures for your reference. 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 …… -
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…… -
Several methods of button onclick event in Android
Several methods of button onclick event in Android Use three methods to learn the listening events of button. The sour…… -
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…… -
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…… -
Detailed explanation of Android multimedia class videoview
1、 Overview Videoview class integrates video display and control. We can use it to complete a simple video player. Vi…… -
Android custom view circle, drag circle and drag with finger effect
Simply customizing a circle is very simple. It only takes a few steps to drag the circle to add and realize the touch …… -
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…… -
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@ -
Android imitation Apple shutdown interface implementation code
This example shares the specific code of Android imitation Apple shutdown interface for your reference. The specific c…… -
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……