Android
-
React native learning Android return key backandroid detailed explanation
preface Recently, I was learning to use react native for development. After IOS was finished, I began to adapt to Andr…… -
Detailed explanation of notification notification usage in Android
Role of notification Notification is a feature of Android system. When an application wants to send some prompt inform…… -
Analysis of automatic packing of kotlin basic types
problem When the official kotlin document introduces basic types, it explains that basic types are automatically boxed…… -
Detailed explanation of table layout of Android layout
This example shares the specific code of Android table layout for your reference. The specific contents are as follows…… -
Implementation code of Android recyclerview to create suspension effect
This article introduces the suspension effect of Android recyclerview and shares it with you as follows: Let's see the…… -
Download, install and use Android studio for MAC system
1. Download Android studio Download address of Android studio official website: http://developer.android.com/intl/zh-c…… -
Android customized ViewGroup to realize the like layout of stacked avatars
brief introduction How about such a likes list? In the past, there were similar praise lists in the community, but the…… -
Detailed explanation of two problems encountered in Android upgrade support library version
preface As early as 2011, it was released as an Android compatible library and has been used in 75% of applications. I…… -
Android achieves unlimited rotation effect of banner rotation chart
This example shares the specific code of infinite rotation effect of banner rotation chart for your reference. The spe…… -
Method of storing data with file in Android
This example shares the specific code of Android using files to store data for your reference. The specific contents a…… -
Detailed explanation of spannablestring and spannablestringbuilder in Android
preface Recently, I was studying Android development and found that there are really too many things to sort out and l…… -
Develop your own SDK tutorial using Android studio
Since I haven't been in the habit of blogging before, I haven't left anything substantive when I look back over the ye…… -
Method of developing custom textview ellipsis style for Android
This article describes the method of developing custom textview ellipsis style for Android. Share with you for your re…… -
Android development uses a custom view to realize the parallax effect function of listview drop-down
This example describes how Android development uses a custom view to realize the parallax effect function of listview …… -
Android nosuchfielderror solution
Android nosuchfielderror solution A few days ago, at the time of development, a library was moved to a new project. Th…… -
Android custom view drawing four digit random code
Now there is a need to display random numbers directly and simply in the code, but now we directly customize the view …… -
Example of playing GIF animation in Android custom view
preface GIF is a very common dynamic picture format. In Android, it has many use scenarios, ranging from start-up page…… -
The method of drawing various charts using achartengine in Android Development
This paper describes the method of drawing various charts using achartengine in Android development. Share with you fo…… -
Android path smooth graffiti effect example
preface In a recent project, I made a graffiti effect. When my fingers move quickly, there will be broken lines. This …… -
Android uses urlconnection to submit requests
The openconnection () method of the URL will return a urlconnection object that represents the communication connectio…… -
Example code of local service of anroid’s four component services
Service is one of the four components of Android. Like activity, it represents executable programs. However, unlike ac…… -
Detailed example of sliding paging function in Android Development
This article describes the sliding paging function in Android development. Share with you for your reference, as follo…… -
Android uses custom recyclerview to achieve Gallery effect
1. Basic usage of recyclerview First, the layout file of the main activity: Layout file of item: Data adapter: You can…… -
Example of Android jump to application notification setting interface
4.4 the following does not mention the action to jump from the app to the application notification setting page. You c…… -
Specific implementation code of Android floating edit box
During the development of android app, we often encounter the demand that some input boxes should be suspended above t…… -
Detailed explanation of the difference between Android main thread and sub thread
Difference between main thread and sub thread Each thread has a unique identifier to distinguish the primary and secon…… -
Simple usage example of ProgressDialog in Android Development
This article describes the simple usage of ProgressDialog in Android development. Share with you for your reference, a…… -
Android Picasso sample code using Gaussian blur
As we all know, Picasso is a picture loading library often used in Android development. The general usage is as follow…… -
Simple media player function example developed and implemented by Android
This paper describes the simple media player function developed and implemented by Android. Share with you for your re…… -
Android high imitation wechat circle of friends photo upload function
Mimicking the release dynamics of wechat circle of friends, the height of input text supports self increasing, there i…… -
Android develops and implements the method of reading files under assets and writing files to memory card
This paper describes the method of reading files under assets and writing files to memory card by Android development.…… -
Simplecommand realizes picture download (II)
Use simplecommand to download the network picture and display it on the ImageView control. 1. Import the simplecommand……