包含标签:Android 的文章
-
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…… -
Android code block execution sequence analysis summary
This paper introduces the summary of Android code block execution sequence analysis and shares it with you, as follows…… -
Detailed explanation of how Android starts viewserver on root device
preface For information on what the hierarchy viewer is, please check the official documentation: http://developer.and…… -
Android chestnut image verification code generation example code
No more nonsense. The following code is for you to share the function of Android to generate chestnut image verificati…… -
Android custom control ImageView implements circular pictures
Android development often involves a case that the pictures uploaded by users are displayed in a circular style, but t…… -
Solve the problem of customized dialogfragment width and height in Android
For a detailed explanation of the basic usage of dialogfragment in Android applications, you can refer to it@ H_@ R_ 3…… -
Android recyclerview uses the gridlayoutmanager spacing setting method
To set the spacing using recyclerview, you need to override the class recyclerview.itemdecoration. The following rende…… -
Android custom view realizes the function of tick animation
Effect drawing first Dynamic graph Static graph 1. Review [Android custom view: an exquisite little animation with a h…… -
On the summary of drawable use knowledge in Android
This article is a summary after studying the drawable chapter of Android development art exploration. Drawable is basi…… -
Comparison between Android listview and recycleview
Listview, just like its name, is a view used to display lists, and recycleview is an enhanced version of it. Today, it…… -
Android realizes large picture scrolling display effect
Question: I have a relatively large picture. For example, the length and width are twice the size of the screen. The f…… -
Android custom control viewfipper to achieve vertical running light effect
I've always wanted to achieve the effect of a vertical running lamp. Today, I came into contact with the viewflipper c…… -
Example code of viewpager sliding indicator in Android
First look at the renderings: This requires an open source library, which will be described later. Project catalogue: …… -
Recyclerview is an example of implementing multi style layout through gridlayoutmanager
1、 Opening It's been a while since I wrote the article last time. To tell you the truth, I really don't know what I'v……