包含标签:Android 的文章
-
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…… -
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 --…… -
Overview of the use of resource files (non code parts) in Android
Unit name Device independent pixels pixel foot millimeter Point (LB) Density independent pixels Precision independent …… -
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.…… -
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…… -
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…… -
Implementation of horizontal movement of Android viewpager album
When we download QQ for the first time and open it, there will be a novice guide. The guide is a few pictures, plus so…… -
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:…… -
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…… -
Android realizes similar wechat page switching effect based on viewpager
This article is only for personal learning Android, recording growth and convenient review! Realize viewpager and real…… -
Method of installing and uninstalling APK package on Android simulator
Simulator (emulator. Exe) You can find the running file (F: gphoneandroid SDK windows-1.0_r1 tools) in the tools folde…… -
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…… -
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…… -
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…… -
Solutions to black screen during Android activity switching (jump)
When two activities jump, because the second activity loads more data during startup, there will be a short black scre……