包含标签:Android 的文章
-
Summary of methods for Android to realize timing and countdown
Method 1 Timer and TimerTask (Java implementation) public class timerTask extends Activity{ private int recLen = …… -
Implementation method of Android imitation wechat radar scanning effect
This article mainly introduces the relevant contents about Android's implementation of wechat radar scanning effect, w…… -
Method of realizing Android click event with kotlin
Recently, Google announced that kotlin has become a first-class development language for Android. So I just made a sim…… -
Android image compression and optimization examples
preface Image compression is already a rotten street in Android technology. Last week, I saw two open source libraries…… -
Method of uploading files from Android to server
This example shares the specific code of file upload on Android for your reference. The specific contents are as follo…… -
Android list delete duplicate data
1. Delete by looping 2. Delete via HashSet 3. Delete duplicate elements and keep the order. (I didn't try) 4. Define a…… -
Android color over calculation implementation code
Android color over calculation implementation code When looking at the custom typeevaluator to calculate the attribute…… -
Android dynamic display and hide status bar details and examples
Android dynamically shows and hides the status bar The view class provides setsystemuivisibility and getsystemuivisibi…… -
Android realizes the function of network picture browsing
We often see all kinds of pictures in the process of surfing the Internet. Do you know how it is realized? Next, let's…… -
Detailed explanation of GIF image examples displayed on Android
Detailed explanation of GIF image examples displayed on Android Gif animation is still commonly used in Android. For e…… -
Implementation method of Android implicit intention to activate browser
Sometimes, we may want to open an uncertain application. For example, we want to open Baidu's site through a browser, …… -
Write Android general refresh control yourself
We often have pull-up and pull-down refresh requirements in projects. Almost all listviews and recyclerviews will be a…… -
Analysis and comparison of androidmanifest.xml < uses feature > and < uses Permission >
Analysis and comparison of androidmanifest.xml < uses feature > and < uses Permission > About the self und…… -
Android string resource file insert value example details
Android string resource file insert value example details When we reference a string resource file, we sometimes encou…… -
Parsing XML documents in Android xmlpullparser mode
Parsing XML documents in Android xmlpullparser mode XML file format Parsing XML files in xmlpullparser mode Thank you …… -
Android monitoring application front / background switching instance code
preface This week, we received a demand to display our advertisements when the application switches from the backgroun…… -
Android uses the service to complete the timing function
This article shares the specific code of Android service timing function for your reference. The specific contents are…… -
Detailed explanation of common methods of creating and parsing XML by Android programming
This article describes the common methods of creating and parsing XML by Android programming. Share with you for your …… -
Android search box searchview properties and usage details
Introduction to searchview Searchview is a native search box control of Android. It provides a user interface for user…… -
Android swiperefreshlayout drop-down refresh
Android swiperefreshlayout drop-down refresh We all know that material design has been advocated since Android 5.0. Th…… -
Simple implementation of Android listview paging
Simple implementation of Android listview paging Paging is essential in development and application. So, let's impleme…… -
Quick solution to the problem of gradle download failure
preface Every time we build an android development environment in a new environment and try to run it, or when we chan…… -
Drawerlayout developed by Android to achieve drawer effect
Google officially launched a sideslip menu implementation method (drawer effect), that is, drawerlayout. This class is…… -
Android realizes the bottom pop-up effect
This example shares the specific code for Android to achieve the bottom pop-up effect for your reference. The specific…… -
Android date and time selection control datepicker and TimePicker instances
This month, I made a time selector in the project according to the needs. Although I did not use the Android native ti…… -
Kotlin writes Android adapter
It is said that today I will write a column using kotlin to write an adapter. I haven't organized the language for a l…… -
Android view image examples through the network image path
Android view image examples through the network image path 1. Add network access rights to the project list 2. Obtain …… -
Detailed explanation of functions and usage of Android search view
Searchview is a search box component that allows users to enter text in the text box and obtain the user's input throu…… -
Method for obtaining unique identification of Android mobile phone
Get unique ID of mobile phone Obtain the unique identification of the mobile phone by splicing The first method is to …… -
Screenshot of Android screen and view
Screenshot of Android screen and view Screenshot of the visible area of the screen For the whole screenshot, you can u…… -
Summary of using alarm in Android
preface In Android, we can set some alarm clocks through AlarmManager. Start our service at some specified point in ti…… -
Android support annotations data collection
Android Support Annotations Here we have sorted out the materials of Android support annotations in detail. You can re……