Android
-
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…… -
Detailed explanation of method number overrun and startup optimization in Android
preface Recently, I wrote an article about the conversion of eclipse project to Android studio project, and the direct…… -
Android develops a method for real-time detection of Bluetooth connection status [with source code download]
This paper describes the method of real-time detection of Bluetooth connection status developed by Android. Share with…… -
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……