包含标签:Android 的文章
-
Hot upgrade attempt for Android so
1、 Hot upgrade attempt of so In Android code, loading so library is realized by calling system.loadlibrary function. …… -
How Android uses soundpool to play sound effects
In Android development, we often use mediaplayer to play audio files, but mediaplayer has some shortcomings, such as h…… -
Detailed description of view drawing process in Android
Create window Window is the window. This concept is implemented in the Android framework as the abstract class android…… -
Android customizes the clickable imagespan and builds it in textview
Sometimes you may want to add some pictures to the textview, such as the following figure. When you send a text messag…… -
Android canvas method summary most comprehensive and detailed API (summary)
common method Canvas translate Canvas scale Canvas rotate Canvas tilt skew //SX is the corresponding angle of inclinat…… -
Android programming based on custom view to achieve official seal effect example [source code download attached]
This article describes the implementation effect of Android programming based on user-defined view. Share with you for…… -
Android uses textview to achieve scaling effect
During Android development, we often encounter incomplete display of textview. In this case, the usual processing is: …… -
Sqlitestudio elegant debugging of Android mobile phone database SQLite (recommended)
preface There are many ways to debug the database in Android. At present, the more popular is to debug with the help o…… -
Implementation code of Android monitoring SD card file changes
Android system API provides fileobserver abstract class (inotify mechanism of Linux) to monitor files or folders in th…… -
Android implements clickable textview
summary During Android development, we often encounter incomplete display of textview. In this case, the usual process…… -
Basic configuration and pit filling records of WebView in Android
preface In the process of application development, WebView is often used to show some interfaces, so that it can be up…… -
Imitation millet and iPhone calendar effect based on Android week view
preface Recently, due to the needs of the project, we need to make a function to imitate the Xiaomi calendar. The foll…… -
Example of parameter encryption code in Android data transmission
During Android development, it is inevitable to encounter the problem that some data contents need to be encrypted and…… -
Android decompiler sorting details
Programmers who develop Android hate decompilation and don't want their labor achievements to be the of others. The ma…… -
Android imitation iPhone custom scroll selector
This example shares the specific code of Android imitation iPhone custom scroll selector for your reference. The speci…… -
Method of inserting pictures in textview using spannablestring and imagespan
The default textview cannot display pictures. So we need to add a method ourselves to realize this function. Here, we …… -
Android 3D sliding menu fully analyzes Android and realizes sliding door type three-dimensional special effects
In the last article, we learned the basic usage of camera and wrote an example with them to realize the image axis rot…… -
Tool class for obtaining sdcard size and memory size developed and implemented by Android
This paper describes the tool class for obtaining sdcard size and memory size developed and implemented by Android. Sh…… -
Android imitation yu’e Bao digital beating animation effect complete code
1: Don't even think about it. There are pictures and facts. It looks great. I'm looking at the source code below 2: …… -
Android viewpage implements controllable no sliding
Android programming often uses viewpager combined with fragment to realize pages that can slide and switch left and ri…… -
Simple calculator function developed and implemented by Android [download complete demo source code attached]
This article describes the simple calculator function developed and implemented by Android. Share with you for your re…… -
Android develops a method of using activity to nest multiple fragments to realize the horizontal and vertical screen switching function
This paper describes the method of using activity nested multiple fragments to realize the horizontal and vertical scr…… -
Detailed explanation of Android imitation iPhone date and time selector
This example shares the specific code of Android imitation iPhone time selector for your reference. The specific conte…… -
Detailed explanation of listview asynchronous data loading method developed by Android
This article describes the method of implementing listview to load data asynchronously by Android development. Share w…… -
Android SMS monitoring sample code
This article introduces the sample code of Android monitoring mobile phone SMS and shares it with you, as follows: The…… -
Screen rotation principle and process analysis in Android 6.0 development
This paper describes the principle and process of screen rotation in the development of Android 6.0. Share with you fo…… -
Android studio generates the AAR package and references the AAR package in other projects
1. AAR package is the AAR file generated after SRC, res and Lib in Android project are packaged in Android studio. Aft…… -
Example of using Android to imitate wechat camera ring progress effect
preface When you encounter new things in your daily life, you should immediately open the wechat video, record it and …… -
Complete example of image compression tool class developed by Android
This article describes the Android image compression tool class. Share with you for your reference, as follows: Here w…… -
Android enables the service to run in the foreground
preface When I was working as a mobile music player, one thing that bothered me was that the mobile phone had software…… -
Android develops and implements the listview function that can be dragged and sorted [with source code download]
This example describes the listview function developed by Android. Share with you for your reference, as follows: 1、 …… -
Android implements the solution of putting the layout on top and the login button on top when the input method pops up
Background: when writing the login interface, the boss felt that the input method soft keyboard talked about when ente……