Android
-
Design of input box EditText for Android advanced XML layout
Today, I'd like to introduce how to realize a simple and fashionable Android login interface. Let's take a look at the…… -
Learn to use Android grid layout GridView
During application development, sometimes we need to preview some pictures, such as the application of photo managemen…… -
Examples to explain Android custom controls
Xiaobian introduced the usage of Android custom controls to you before. You can refer to the following: Detailed usage…… -
Adobe Flash operation tool class developed by Android
This paper describes the Adobe Flash operation tool class developed by Android. Share with you for your reference, as …… -
Detailed explanation of wechat payment function implemented by Android
1. Integrated wechat payment SDK: In build.gradle, add the following dependencies 2. Set wechat payment callback page:…… -
Introduction to Android animation kotlin
preface Google announced at this year's IO conference that it will replace the official language developed by android …… -
Detailed explanation of the use of Android custom control EditText
This example shares the specific code of Android custom control EditText for your reference. The specific contents are…… -
ProgressBar progress bar of Android UI control
We know that in all UI interfaces, the progress bar is undoubtedly a very important one, because it can give users a c…… -
Spinner drop-down list effect of Android UI control
Drop down list --- spinner is used to display list items, which is similar to a group of radio buttons RadioButtons. T…… -
Mqtt protocol example code developed by Android
Firstly, the Internet of things protocol mqtt protocol is based on TCP / IP protocol and uses the official mqttclient …… -
Deep understanding of kotlin’s generic system
preface Like Java, kotlin's generics are a kind of syntax sugar. They only appear in the source code, and simple strin…… -
Android App performance optimization analysis
This paper makes a detailed analysis on the four aspects of Android App performance optimization, and explains the pri…… -
Method of creating Android library and Usage Summary of Android. AAR file
Create Android Library The structure of Android library is the same as that of Android Application module. It can prov…… -
Gallery of Android UI control to realize drag picture browsing effect
We know that smart phones now have such a function, that is, when you are browsing pictures. It is not a hard click bu…… -
Auxiliary class for Android programming to obtain basic information of APP application [app name, package name, icon, version number, etc.]
This example describes the auxiliary class for Android programming to obtain the basic information of APP application.…… -
Android long press ImageView to save the image to the local instance code
Tool class Used before AsyncTask Now use rxjava instead MySubscriber Several toasts required under the Stirng file Ref…… -
Detailed explanation of efficient loading and use of bitmap in Android Development
Due to the memory limit imposed by Android on a single application, such as 16MB, it is easy to have memory overflow w…… -
Textview in Android implements segmented display of strings of different colors
About textview Textview is one of the most common controls in Android development. There are many attributes recorded …… -
Generating AAR file in Android studio and using AAR file locally
It mainly explains how to generate AAR files in Android studio and how to use AAR files locally. The details are as fo…… -
Android architecture component room Guide
1、 Introduction Room is a data persistence component library in the Android architecture component library launched b…… -
Android okhttp3.0 method of ignoring HTTPS certificate
Recently, the company's project requires that the network protocol supports HTTPS. I haven't had much contact before, …… -
Explain in detail that recyclerview sets the length and width of the background picture to be the same (take gridlayoutmanager as an example)
In the process of using recyclerview, because layoutmanager is set, the control (background) often cannot match by spe…… -
Android development uses messenger and handler to communicate
This article describes the method of using messenger and handler for communication in Android development. Share with …… -
Detailed explanation of rxjava2 retrofit2 network framework, simple and lightweight packaging
preface Rxjava2 and retrofit2 have been popular for some time. Some time ago, relevant technologies in this regard wer…… -
Create a gradient background effect similar to instagram in Android
I used this effect in my recent project. Let's share it with you https://github.com/zhaoweihaoChina/hnuplus 1. Create …… -
Imageswitcher of Android UI control to realize image switching effect
This example shares the specific code of geswitch to realize the image switching effect for your reference. The specif…… -
How to avoid memory leakage by handler in kotlin
preface: The philosophy teacher said that looking at things is nothing more than understanding what it is, why and how…… -
Example of regular verification tool class for ID card and license plate number implemented by Android programming
This paper describes the regular verification tool class of ID card and license plate number implemented by Android pr…… -
Android studio novice tutorial (III) illustration of GitHub (ignore ignore rules)
Android studio integrates the function of uploading code to GitHub, so it is still very simple to use. Add an account …… -
Definition and usage example analysis of image loader in Android programming
This article describes the definition and usage of the Android programming image loading class imageloader. Share with…… -
Android custom controls create a gorgeous parallel space guide page
This example shares the specific code of Android custom control to create parallel space guide page for your reference…… -
IOS uibutton click no response solution
preface In daily development, we often deal with buttons, but sometimes we encounter a difficult problem, that is, the……