包含标签:Android 的文章
-
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…… -
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. ……