Recent Posts
-
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 broadcastreceiver receives the broadcast of SMS
1、 Knowledge introduction 1. Broadcastreceiver is one of the four components of broadcast receiver. 2. Android has bu…… -
Android uses broadcastreceiver to listen for changes in network connection status
You only need to implement the following two codes to monitor the network connection status. Don't forget to add netwo…… -
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…… -
Explain in detail the pit encountered by EditText using refresh in recyclerview item
Due to the needs of the work project, the evaluation function should be added after the purchase of goods, so I imitat…… -
Analysis of Android code quality management
Template method - base class encapsulation Activity and fragment should be the most commonly used components of Androi…… -
Detailed explanation of how to customize the countdown control for Android using attribute animation
Why introduce attribute animation? The previous patch animation mechanism of Android is actually quite sound. There ar…… -
Countdown instance code of Android custom view
Countdown example code of Android custom view Requirements: When registering, most apps have a button to obtain the ve…… -
Design practice of Android component development routing
After investigating the current routing framework, arouter (Ali's) and activityrouter all use APT Technology for compi…… -
Detailed Android custom view — custom histogram
introduction In the twinkling of an eye, the haze of 2016 with the cold winter of the Internet and the imperial capita…… -
Detailed explanation of how Android dynamically adjusts application font size
preface Why set the font size dynamically? As the project is facing middle-aged and elderly customers, the font in the…… -
Textview font attribute setting method in Android programming (size, font, underline, background color)
This article describes the setting method of textview font attribute (size, font, underline and background color) in A…… -
Implementation principle of Android 8.0 slow charging and fast charging prompt
@H_ 419_ 2@1. Prompt for slow and fast charging \frameworks\base\packages\systemUI\res-keyguard\values-zh-rCN Chinese …… -
Tips for adapting 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…… -
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 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 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 …… -
Explain the latest adaptation of MIUI 9 immersive status bar
Question: Recently, the latest MIUI 9 system was updated. After installing the company's application, I found that the…… -
Using kotlin’s coprocess to realize simple asynchronous loading
preface As we all know, in Android, when the execution time of the program exceeds 5 seconds, it will cause anr and ca…… -
Android implements radio button function
When we register our personal information, we are often asked to choose whether we are boys or girls. How is this radi…… -
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…… -
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…… -
Android listview ImageView implementation radio button instance
During the two years of Android development, the technology has improved slightly. I just wrote down the functions I r…… -
Method of building web server on Android device
Generally speaking, Android applications make requests to remote servers by means of get or post when requesting data.…… -
Implementation code of Android sharing control
Nowadays, many applications provide the function of sharing information. When sharing, a list of all applications with…… -
Example analysis of the impact of Python exceptions on code running performance
Python's exception handling ability is very powerful, but bad use will also have a negative impact. I also like to use…… -
Android custom progress bar gradient view instance code
Recently, in the company, the project was not very busy. I occasionally saw a brother asking for help at CSDN and aske…… -
Android implements custom date selector based on wheelview
This example shares the specific code for Android to realize custom date selector for your reference. The specific con…… -
Android method of saving string as TXT file in SD card
As follows: The above method for Android to save string as TXT file in SD card is all the content shared by Xiaobian. …… -
Android custom semicircular disc scroll selector
Some time ago, the company's project required a special sliding selector, and the effect is as follows: Functional req…… -
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 …… -
Android view enables horizontal sliding selection
This example shares the specific code of Android view to realize horizontal sliding selection for your reference. The ……