包含标签:Android 的文章
-
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 …… -
Code implementation of setting WiFi of Android device to never disconnect during sleep
Mainactivity is as follows: The code is as above, but in the actual project, it's rude to set WiFi to never disconnect…… -
Solution based on making Android project into jar package and resource file
It should be noted that if it is provided to third-party developers in the form of jar package and resource package, r…… -
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…… -
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 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…… -
Method for setting the size of Android pop-up activity
How to set the size of the activity so that your window no longer looks full screen. Some netizens may know that it is…… -
Graphics, images and animation developed by Android (5) detailed explanation of layoutanimationcontroller
First, we need to introduce layoutanimationcontroller: *1. Layoutanimationcontroller is used to set the animation effe…… -
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…… -
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…… -
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…… -
Recyclerview realizes sideslip drag function
This example shares the specific code of recyclerview to realize the sideslip drag function for your reference. The sp…… -
Pit filling records for displaying pictures and playing videos in Android viewpager
Introduction to viewpager The function of viewpager is to slide the view, just as lanucher slides left and right. View…… -
Java programming screenshot (screenshot) code summary
This paper summarizes the common screen capture methods of Java programming. Share with you for your reference, as fol…… -
Screen capture event flow of Android source code analysis
In today's article, we mainly talk about the screen capture event processing process in Android system. Students who h…… -
Solution to Android WebView redirection problem
WebView redirection is required in the project, but because there are many loading operations in a webveiw, WebView is…… -
Method for realizing automatic update function of Android Software
I believe that all users have encountered software reminder updates. This function will be implemented below First loo…… -
Android thoroughly understands the analysis of event distribution mechanism from the perspective of source code (Part 2)
I remember in the previous article, I took you to analyze the event distribution mechanism of view in Android from the…… -
Android enables background music playback
I refer to what others wrote on the Internet. When I reuse it, I put it in a new thread to play music. Later, I found ……
