包含标签:Android 的文章
-
Android implements code through code setting, opening WiFi hotspot and hotspot connection
Friends who use too fast teeth should know that they use a WiFi hotspot when transferring files between devices for tw…… -
Summary and analysis of Android notification
classification Notification has the following types: 1 > general notification 1. Content title 2. Large icon 3. Con…… -
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…… -
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…… -
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…… -
Example code of Android GridView multi selection effect
@H_ 403_ 1@ The specific codes are as follows: main.xml item.xml Adpter.java -
Implementation idea and code of saving window screenshots as files in Android simulator
The content of Android simulator is rendered with OpenGL, so the general programming screenshot (such as printwindow (…… -
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…… -
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…… -
Android notes: practice and analysis of several commands for app debugging
In Android application development, we will use various code debugging; In fact, after the development of Android, we …… -
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 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 Aidl implements cross process communication between two apps
This paper shares an example of cross process communication between two apps implemented by Android Aidl for your refe…… -
Introduction to key points of listview and adapter in Android Development
design sketch: You can see that as soon as you open the activity, you will see 10 items Let's look at the log informat…… -
Android game engine libgdx resource loading progress percentage display case analysis
Because the case is relatively simple, it is easy to use Android Application - > game - > stage to build framewo…… -
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…… -
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…… -
Discussion: how to modify Android timeout sleep time
By default, if the Android system does not operate for more than n minutes, it will automatically close the screen and…… -
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…… -
Android asynchronous loading picture analysis summary
This paper studies how Android loads images asynchronously from the network. It is summarized as follows: (1) because …… -
Implementation principle of dragging and zooming Android large pictures
Due to the busy project recently, the blog has no time to update. Today, I have a little time to update two articles i…… -
Implementation code of Android sharing control
Nowadays, many applications provide the function of sharing information. When sharing, a list of all applications with…… -
Design practice of Android component development routing
After investigating the current routing framework, arouter (Ali's) and activityrouter all use APT Technology for compi…… -
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…… -
Loading and using skills based on Android listview
There are many programmers everywhere, and there are many experts, but there are not many programmers who understand d…… -
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…… -
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……