Android
-
Android JSON parsing data Android parsing weather forecast
outline The author recently achieved the analysis of JSON data of weather forecast, which is recorded here. Weather fo…… -
Android implementation of IOS wheel selection control instance (source download)
An example of IOS wheel selection control implemented by Android Recently, according to the needs of the project, I so…… -
Detailed explanation of fragment loading mode and data communication in Android
1、 Loading mode 1. Static loading 1.1 loading steps (1) Create fragment: create a custom fragment class, inherit from…… -
View effect of Android sidebar sliding switch
No more nonsense. I'll post the code directly to you. The specific code is as follows: The above is the view effect of…… -
Detailed explanation of the use and principle of Android handlerthread
1、 Meaning of handlerthread Handlerthread can create a new thread with looper. This looper can be used to create othe…… -
Android development order process View example details
Android development order process View example details Let's take a look at the final rendering: How about it? The eff…… -
Example code for JSON data parsing in Android
Parsing JSON data in Android In Android network programming, JSON is a more widely used data transmission mechanism th…… -
A listening example of adding recycleview in Android to the bottom
We often use drop-down refresh in our daily development, and the best open-source drop-down refresh component evaluate…… -
Method for Android programming to obtain component size
This paper describes the method of obtaining component size by Android programming. Share with you for your reference,…… -
Talk about the relationship between ontouch and onclick events in Android (required)
I have encountered some touch events related to Android these days, and also related to onclick. Let's write down for …… -
Android suspended window shields the instance code of all click events outside the suspended window
Android can add a view above all applications, that is, add a view to WindowManager. When creating a view, you can set…… -
Detailed examples of interaction and intermodulation methods between WebView and JS in Android
Detailed examples of interaction and intermodulation methods between WebView and JS in Android preface: For the functi…… -
Detailed explanation of Linux shell examples used in Android Development
Detailed explanation of Linux shell examples used in Android Development introduction The Android system runs based on…… -
Android implementation bottom dialog box bottomdialog pop-up example code
Recently, the project needs to implement a bottom dialog box. To realize such a function, it is actually very simple. …… -
What is Android silent shooting and how to make Android silent shooting app
Introduction: when making the user's head, it suddenly occurred to me that a while ago (probably a long time ago), Ali…… -
Another solution to the shadow effect of Android button
In versions after Android 5.0, when defining a button, the system will automatically add a shadow effect. Sometimes th…… -
Method of setting immersive layout in Android code
First import the package for system systembar management Add this field in baseactivity; The above is the method of se…… -
Android implements saving pictures locally and displaying them in albums
Taking photos and saving pictures locally is a common requirement in Android. I encountered a problem before, that is,…… -
Android takes you step by step to implement the “drag and drop” and “slide delete” functions on recyclerview
First, let's show you the general effect drawing: There are many tutorials, libraries and examples on Android, and the…… -
Android custom view to achieve floating leaf effect (III)
In the previous article, I learned about custom views and some methods. Here is a simple example of leaf fluttering Ma…… -
Simple handling of Android login
Today, I'd like to sort out what I wrote in the project about some interfaces that need to be logged in and judged. A …… -
Android development implements “drag and drop” and “slide delete” on recyclerview – 2
In the previous article, I introduced Android and took you step by step to implement the "drag and drop" and "slide de…… -
Detailed explanation of Android bitmap and memory optimization of bitmap
Detailed explanation of Android bitmap and memory optimization of bitmap 1、 Bitmap: Bitmap is one of the most importa…… -
Android startup page advertising (Tencent advertising alliance) solution and source code download
Android launch page advertising (Tencent advertising alliance) The startup page has become the standard configuration …… -
Android determines whether the program starts for the first time
This example shares the specific code for Android to judge whether the program is started for the first time for your …… -
Implementation of recyclerview general adapter in Android
Implementation of recyclerview general adapter in Android preface: Version 5.0 of the SDK has been out for N years. It…… -
Android okhttp post uploads files and carries detailed explanation of parameter examples
Android okhttp post uploads files and carries parameters Here, we'll sort out okhttp's post. While uploading files, we…… -
Textview in Android automatically recognizes the URL and realizes click jump
preface In the project, we should automatically match the URL and click to jump in the displayed text. It's very compl…… -
Android onloadfinished and onloaderreset callback details and examples
Android onloadfinished and onloaderreset callback details and examples onLoadFinished This method is called after the …… -
Key value setting of property module in Android
Key value setting of property module in Android Prop module saves a small amount of global shared information, and its…… -
Android viewdraghelper fully resolves custom ViewGroup artifact
1、 Overview In the custom ViewGroup, many effects include users dragging a view (eg: sideslip menu, etc.) with their …… -
6 ways to transfer data between Android activities
Putextra pass using inten In the first activity In the second activity Bundle passing using intent In the first activi……