Android
-
The diycode open source project instance builds fragments for pull-up loading and pull-down refresh
The following explains the implementation of the fragment of pull-up loading and pull-down refresh through three knowl…… -
Method for Android studio project to reference third-party so files
Application binary interface defines how binary files (especially. So files) run on the corresponding system platform,…… -
Method for deleting Android build file
This article introduces Android to delete all build compilation files, translate disk space, share it with you, and le…… -
Android native JSON parsing instance
When we are developing Android projects, we often need to parse JSON. Many friends are looking for relevant examples. …… -
Steps and precautions for transferring eclipse project to Android studio project
Gradle Foundation To turn eclipse into an Android studio project, gradle syntax is a required course. If you introduce…… -
Simple tutorial for using the Parcelable plug-in in Android studio
In Android studio, you can quickly use the Parcelable plug-in to implement the serialization of entity classes. After …… -
Adapter tool class summarized in Android Development [complete source code download attached]
This article describes the adapter tool class summarized in Android development. Share with you for your reference, as…… -
Explain in detail the socket communication of Android based on TCP and UDP protocols
Originally, I wanted to talk about the basic knowledge points of network communication. I found it too boring, but I o…… -
Android realizes call minimization floating box effect
When you use mainstream video software and live broadcast software, you often see that after opening video minimizatio…… -
Android realizes the axis rotation effect, and Android makes another kind of picture browser
There are many nice examples in Android API demos. The code of these examples is very well written. If you study every…… -
Example code for Android to obtain SIM card information of dual card dual standby mobile phone
preface The function of mobile phone number needs to be verified, but most domestic mobile phones are dual card and du…… -
Exception analysis based on transactiontoolargeexception
The keyword of the exception is: android.view.infiateexception: binary XML file line #11: error infiating class It is …… -
The URL in textview specifies the special string and click event resolution
When using textview, you may need to give a special style to specific strings in textview, such as URLs and numbers. Y…… -
Method for quickly deleting useless resources in Android studio
1. Select Run inspection by name in anaylze 2. Enter unused in the pop-up window after clicking After resources, enter…… -
Notification customization interface
preface Before making a mobile phone player, you need to display the control playback interface in the notification ba…… -
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……