Android
-
In depth analysis of the difference between asset folder and raw folder in Android
*The similarities between RES / raw and assets: 1. The files in the two directories will be saved intact in the APK pa…… -
Android notes: use of splash activity, the startup interface of APP application
At present, more mature applications basically display a startup interface when entering the application. This startup…… -
Android native viewpager control to achieve card flipping effect
This example shares the specific code of the Android control viewpager to realize the card flipping effect for your re…… -
Android SMS verification code automatic filling implementation code
Today, I'd like to share with you a function of automatically filling in Android SMS verification code. First look at …… -
Android uses SwipeRefreshLayout control tiktok to do the video drop-down refresh effect.
Swiperefreshlayout (this control), let me introduce this control to you first: 1、 Brief introduction to swiperefreshl…… -
Android Development Notes: learn to use logcat debugger in one minute
After that, you can debug the program by printing information! If logcat is not enabled, click window --- show view --…… -
Android listview and GridView drag shift implementation code
You must be familiar with the drag and drop location of listview. Good software uses such functions, such as Sohu, Net…… -
Example analysis of Android radio button dialog box usage
This article describes the usage of Android radio button dialog box. Share with you for your reference. The details ar…… -
Explain how Android uses gradle to uniformly configure dependency management
Before introducing the use of gradle to uniformly configure dependency management, let's briefly introduce gradle. Gra…… -
Android to obtain video, picture thumbnail specific implementation
1. There are two methods to obtain video thumbnails: (1) obtain them through the content provider (2) create thumbnail…… -
Detailed explanation of notification and notificationmanger in Android
Android status bar reminder Alertdialog can also be used as the reminder function in Android, but we should use it car…… -
Android view enables horizontal sliding selection
This example shares the specific code of Android view to realize horizontal sliding selection for your reference. The …… -
Android studio preview is not fixed and solutions to common problems
Android Studio provides a powerful "Preview" tool to help you preview how your layout file will be rendered on the use…… -
Android uses Aidl to realize communication between two apps
Today, we have developed a function to complete the communication between two apps through Android's Aidl mechanism. T…… -
Small examples of Android image processing (type conversion, scaling, reflection, fillet)
1. Zoom in and out 4. Convert drawable to bitmap -
Android application window (activity) window object (window) creation guide
In the previous article, we analyzed the creation process of the running context environment of the Android applicatio…… -
Implementation method of changing color when Android button is pressed
The requirement is to change the color of the button when I press the button, so that the user can feel that he has pr…… -
Analysis of Android code quality management
Template method - base class encapsulation Activity and fragment should be the most commonly used components of Androi…… -
Solutions to black screen during Android activity switching (jump)
When two activities jump, because the second activity loads more data during startup, there will be a short black scre…… -
Implementation of horizontal movement of Android viewpager album
When we download QQ for the first time and open it, there will be a novice guide. The guide is a few pictures, plus so…… -
Android implements the compression of files or folders into. Zip compressed packages
This example shares the method of compressing Android files and folders for your reference. The specific contents are …… -
Detailed explanation of adaptation of notification bar in Android 8.0 system
Hello everyone, today we continue to learn the adaptation of Android 8.0 system. As we have mentioned before, there ar…… -
Android communicates between two apps through Aidl
1、 Project introduction [knowledge preparation] ① Android interface definition language (Aidl), which aims to realize…… -
Two minutes to fully understand the detailed explanation of Android activity life cycle (graphic introduction)
BACK key: when we press the BACK key, our application will end. At this time, we will call onPause () ->onStop () -…… -
Android development environment configuration problem
First, download the latest version of Android SDK. However, the latest version of the SDK has clearly stated that "the…… -
Method of enabling button to have return key function in Android and rewriting return key function
The function of making the button have the return key is very simple. Add finish () to the click event; It's OK. For e…… -
Implementation of refresh paging for Android recyclerview
Refresh paging is often used in development. Here, a simple refresh paging operation of recyclerview is implemented. T…… -
Analysis of WebView Remote Code Execution Vulnerability in Android
1. WebView Remote Code Execution Vulnerability description There is a remote code execution security vulnerability in …… -
Android to achieve QQ mobile housekeeper suspended small rocket effect
Today is the last day of 2013. First of all, I wish you a happy new year in advance! At the same time, this article is…… -
Android implements the example code of Bluetooth file sending, and supports a variety of models
Recently, the project needs to realize a function of Bluetooth transmission APK, which can search the surrounding Blue…… -
Android WebView interactive passing JSON string and parsing method
preface We all know that data values of basic data types can be passed in WebView interaction, such as int and string …… -
Talk about the understanding of Android view event distribution mechanism
Recently, because the project uses a horizontal layout similar to a LinearLayout, there is a textview and button, and ……