Android
-
Android fingerprint function example code
Recently, when I was working on a project, I encountered the function of opening the app image to unlock. I owe it to …… -
Initial experience of installing Python 3 on MAC system
the front For IOS development, don't disassemble Python from the system, because many libraries still use Python 2.7. …… -
Android uses animation list to realize frame animation
This example shares the specific code of using animation list to realize frame animation for your reference. The speci…… -
Detailed explanation of single example mode of Android programming design mode
This paper describes the single example mode of Android programming design mode. Share with you for your reference, as…… -
Summary of Android programming methods to realize night mode
This paper describes the method of implementing night mode by Android programming. Share with you for your reference, …… -
Method of setting image as ImageView background when imageloder loads network image in Android Development
This example describes the method of setting the image as the background of ImageView when imageloder loads the networ…… -
Resolve the sliding event conflict between viewpager and slidingpanelayout
Problem Description: The sliding events of viewpager and slidingpanelayout conflict. Problem analysis: Slidingpanelayo…… -
Android studio multi-channel packaging, custom packaging APK name
Now, in order to promote products, applications will be released in multiple channel application markets. In order to …… -
Android is similar to the effect of UC browser: slide up the address bar to hide the function
thinking requirement Scrollview nested address bar and WebView Scroll down with your finger (web page up). If the web …… -
Detailed explanation of the usage of imageswitcher image switcher, an advanced component of Android
The image switcher is used to switch the previous and next pictures in the "windows photo viewer" similar to the windo…… -
Simple implementation of Android magnifying glass effect
Using the previously learned graphics and image painting technology and image adding special effects technology, we co…… -
Example of image selection and upload function implemented by Android
design sketch: Add dependency: Select Picture: compile 'com. LZY. Widget: imagepicker: 0.5.4' GitHub address: https://…… -
Detailed explanation of builder mode example of Android programming design mode
This paper describes the builder mode of Android programming design mode. Share with you for your reference, as follow…… -
Tablet and graffiti functions implemented by Android programming
This paper describes the handwriting board and graffiti function realized by Android programming. Share with you for y…… -
Code example analysis of inline hook in Android
The following content analyzes the usage of inline hook in android in detail from four aspects: 1. Implementing the ta…… -
Android imitation Netease cloud music playing interface
Now many players' playing interfaces use the rotation of discs. Here is my imitation of Netease's playing interface. F…… -
Use of Android loader and acquisition method of mobile phone address book
The main thread of Android performs long-time operations, resulting in no response on the interface, which will cause …… -
Android imitation wechat bottom gradient tab effect
Let's take a look at the renderings first Except for the tab difference found in the third one, the other ones basical…… -
Detailed explanation of iterator mode of Android programming design mode
This paper illustrates the iterator pattern of Android programming design pattern. Share with you for your reference, …… -
Android custom top navigation bar control instance code
The following code introduces the function of Android custom top navigation bar control. The specific code is as follo…… -
Summary of implementation methods for Android to realize text vertical scrolling and vertical riding lamp effect
Method 1: use the system control viewflipper: Layout file: Background file: warning_ bg.xml Cut in Animation: slide_ i…… -
Android dragimageview realizes the zoom in effect of pulling down and dragging pictures
Drag the dragimageview drop-down to enlarge the picture, as shown above: Main classes: inherit relativelayout, add Ima…… -
Android uses Sax to add, delete, modify and check XML
preface There are many ways to parse XML, and the most familiar one may be DOM parsing. DOM (file object model) parsin…… -
Android listview preliminary learning example code
Listview is a common component in Android development. Here is an example. MainActivity activity_ main.xml list_ view.…… -
Explain in detail the sliding problem of Android Scrollview nested EditText
In today's project, the requirement is to write a very simple edit text input box, but it is required to slide up and …… -
Using kotlin to crack the wechat game for Android — jump
preface Yesterday afternoon, the wechat applet opened the game interface, and the circle of friends instantly exploded…… -
Android programming custom thread pool and usage examples
This article describes the custom thread pool and usage of Android programming. Share with you for your reference, as …… -
Android multimedia apps play audio using mediaplayer
Android provides support for common audio and video formats. The supported audio formats include MP3 (. MP3), 3GPP (. …… -
Android implements rounded image with stroke
Using the learned bitmapshader rendering class, we implement a rounded image with stroke. Specific implementation: The…… -
Android custom viewpager horizontal sliding elastic effect
Android viewpager is a frequently used component, but the viewpager provided by the Android system itself has no effec…… -
Implementation of WebView screenshot in Android
The sharing methods of web pages in hybrid app tend to be more and more diversified. The more common user operation me…… -
Practice of AAPT command in Android
A friend wants to check the version code information of an existing package. He asks in the group. Because it is an ex……