包含标签:Android 的文章
-
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…… -
Implementation method of Android timer and time calculator
Demand: the default is "00:00:00". When you click the start button, reset and start timing, such as 10:28:34. Stop tim…… -
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. …… -
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…… -
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…… -
Implementation of long press mask effect for Taobao product list of Android
Let's take a look at the effects of Taobao and vipshop by product, as well as the effects of a simple demo: First, ana…… -
Android realizes the picture ground glass background effect
This example shares the specific code for Android to realize the ground glass background effect for your reference. Th…… -
Two minutes to learn how to host code in GitHub
This blog aims at children's shoes that can't GIT. Great gods can bypass them. Thank you for correcting the mistakes; …… -
Implementation of Android screen recording function
Recently, an android development project used the screen recording function. I began to consult some materials and blo…… -
Method for transferring pictures (bitmap) between Android activities
In Android development; It is common to pass parameters between activities; If we want to transfer pictures between ac…… -
Android implements simple music playback controls
Before I saw the web version of Netease music playback control, I happened to need a simple music playback function in…… -
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…… -
Asp.net screen capture function to intercept web pages
This example shows the method of intercepting web pages with the screen capture function of asp.net. The code is simpl……