包含标签:Android 的文章
-
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…… -
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…… -
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…… -
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…… -
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.…… -
Design practice of Android component development routing
After investigating the current routing framework, arouter (Ali's) and activityrouter all use APT Technology for compi…… -
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…… -
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 …… -
Android implements a slidable Custom Calendar control
A recently used calendar control, record, the effect is as shown in the figure Code download address: Click to open th…… -
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 broadcastreceiver receives the broadcast of SMS
1、 Knowledge introduction 1. Broadcastreceiver is one of the four components of broadcast receiver. 2. Android has bu…… -
Share the solution to the problem that applications developed on Android tablets cannot be displayed in full screen
Originally, the LCD should be 800 * 600, but it always gets the result of 600 * 600. After several days of efforts, it…… -
Eclipse development environment imports the source code in the sample of Android SDK
For beginners of Android programming, the sample code provided in the Android SDK is naturally the best learning mater…… -
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…… -
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…… -
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……