Recent Posts
-
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…… -
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…… -
Design practice of Android component development routing
After investigating the current routing framework, arouter (Ali's) and activityrouter all use APT Technology for compi…… -
Method example of Android custom column chart
preface This article will introduce how to customize a simple straight chart through example code. This chart is not a…… -
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…… -
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…… -
Explain Android studio git branch practice in detail
Some projects of the new company use GIT. In the past, companies used SVN. In order to practice git, I used my persona…… -
Implementation principle of Android 8.0 slow charging and fast charging prompt
1. Prompt for slow charging and fast charging \frameworks\base\packages\systemUI\res-keyguard\values-zh-rCN Chinese pr…… -
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…… -
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…… -
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 imitation 360 desktop mobile guard floating window effect
Hello, everyone. Today I will bring you a tutorial imitating the effect of 360 mobile guard floating window. Before st…… -
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.…… -
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 imitation boss direct employment text date mixed wheel selector example
1. Demand analysis There is an IOS style wheel selector Android pickerview on GitHub, which is divided into time selec…… -
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 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. …… -
Sorting out of confusion rules of common Android third-party libraries (summary)
This article mainly introduces the confusion rules of Android tripartite library and shares them with you, as follows:…… -
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 view enables horizontal sliding selection
This example shares the specific code of Android view to realize horizontal sliding selection for your reference. The …… -
How to deal with network exceptions in kotlin’s way
1、 Preface @ h_ 404_ 5@ The previous article on several ways rxjava handles business exceptions once introduced that …… -
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 implements the picture selector function
This example shares the specific code for Android to realize the image selector function for your reference. The speci…… -
The Android custom control Scrollview realizes the up and down sliding function
This example shares the specific code of Android Scrollview to realize the up and down sliding function for your refer…… -
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…… -
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……