Android
-
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 …… -
Explain the Android control state dependency framework in detail
In the development of production Android client software (enterprise application), there may be multiple inputs (EditT…… -
Android uses phonegap to get photos from photo albums (code sharing)
If you don't have much to say, please see the code: The above is the whole content of this article. I hope the content…… -
Android uploads files to the web server and PHP receives files
When Android uploads files to the server, it usually uses the method of constructing HTTP protocol to simulate the web…… -
Android uses intent to get contact information
Use of intent After work, I looked at intent and found that I had forgotten a lot of knowledge. Then I reviewed it aga…… -
Simple listview nested GridView under Android imitation bar
Listview is a simple instance of a nested GridView My project wants to implement a listview in which each item is nest…… -
Android customized seekbar to realize video playback progress bar
First, let's take a look at the renderings, as shown below: The progress bar is as follows: Next, let's talk about my …… -
Android uses matrix to rotate pictures to simulate disc loading process
Today, a small demo simulating the disc loading process is implemented, which is shown here. It's not easy to capture …… -
Implementation of recyclerview custom split line in Android
I've been watching recyclerview recently. Compared with listview, it is really flexible and gives developers more cust…… -
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…… -
Android control interface refresh skills summary
Today, let's sort out how to control our data refresh in the project. The interface to be refreshed can be controlled …… -
When Android clicks the imagebutton, it has the effect of “pressing”
When Android clicks the imagebutton, it has the effect of "pressing" 1 after adding a picture to the imagebutton, it h…… -
Detailed explanation of layoutinflator example for Android layout loading
preface When creating the interface, the activity needs to load the contents in the XML layout file. Just as we need t…… -
Android realizes picture click preview effect (zoom animation)
reference resources: https://developer.android.google.cn/training/animation/zoom.html 1. Create views The following la…… -
Detailed explanation of automatic line feed in text drawing with staticlayout in Android
preface Using canvas's DrawText to draw text will not wrap automatically. Even if a very long string is used, DrawText…… -
Implementation code of Android sharing function
Implementation code of Android sharing function In an activity, take out all activities that support sharing actions i…… -
Detailed explanation of manifest.xml file in Android
Detailed explanation of manifest.xml file in Android Each Android project contains a manifest file, androidmanifest.xm…… -
Method and process of Android custom view drawing (2)
The last "Introduction to Android custom view (I) paint, rect and canvas" talked about the most basic how to customize……