包含标签:Android 的文章
-
Android implements rich text editing of EditText
preface This article is an upgraded version of the article I wrote earlier, "Android mixed text layout - realizing Edi…… -
Android realizes file decompression with progress bar function
Unzipped tool class Decompression thread Interface call method. I use a static method, which is convenient and can be …… -
The Android control bottomsheet realizes the pop-up selection list at the bottom
A selection list pops up at the bottom. This is a good method for common selection conditions or jump, which can hide …… -
Android imitation Jingdong, pinduoduo commodity classification page example code
Recently, I received a project to write a commodity classification page based on JD. However, I need to slide the sub …… -
Detailed explanation of Android time dialog box
1、 Introduction 2、 Method 1) Show timepickerdialog method 1. New timepickerdialog object TimePickerDialog timeDialog…… -
Detailed explanation of calling method of light sensor in Android programming
This paper describes the calling method of light sensor in Android programming. Share with you for your reference, as …… -
How to use Android expandablerecyclerview
This article shares the use of Android expandablerecyclerview for your reference. The specific contents are as follows…… -
Detailed explanation of how Android obtains the opening status of system notification
preface We should all know that in Android applications, the system sometimes notifies whether the status is on for th…… -
Android recyclerview implements horizontal paging GridView effect example
Yesterday, the UI sister gave the requirements to show the horizontal pagination effect, and a part of the second page…… -
Solve the memory leak problem caused by Android using handler
1、 What is a memory leak? Java uses the directed graph mechanism to automatically check the objects in memory through…… -
Android recursive compression upload multiple pictures to seven cattle example code
Recently, I encountered such a demand: to do a function of imitating wechat circle of friends, it is required to uploa…… -
Android realizes pull-down parallax effect through overscrollby
Overscrollby realizes the pull-down parallax effect, and the effect diagram is as follows Let's first analyze the use …… -
Conflict problem when Android Scrollview nested horizontal sliding controls
Preface: today is too laggy in developing, and the outer layer is ScrollView, which is embedded with a sliding calenda…… -
Sample code of custom functions shared by Android system
Sharing function is a particularly common function in apps. Domestic apps basically support sharing to mainstream soci…… -
Method for Android to read resource file
Method for Android to read resource file 1. Put it into the resource folder, that is, under the res of the created And…… -
Android picture display and screen adaptation
Android picture display and screen adaptation The problem of Android resolution is a headache in Android development. …… -
Android inherits ViewGroup to realize scroll sliding effect
This article gives an example of how Android inherits ViewGroup to realize scroll sliding effect. Share with you for y…… -
Android user input auto prompt control AutoCompleteTextView usage
1、 Introduction 1. The role of AutoCompleteTextView 2. Class structure diagram of AutoCompleteTextView That is, it ha…… -
Android method for obtaining various types of local files
introduce This article introduces the method for Android to obtain various types of files on the machine, which has be…… -
Method for realizing vertical scrolling effect of text caption similar to weather forecast by Android programming
This paper describes the method of Android programming to realize the vertical scrolling effect of text and caption si…… -
Android custom loading circle animation effect
This example shares the specific code of Android custom loading circle animation display for your reference. The speci…… -
Method summary of Android calling system application
Method summary of Android calling system application 1. Call the system to take photos 2. Call system recording 3. Cal…… -
Android programming uses acceleration sensor to realize shake function and detailed explanation of optimization method
This paper gives an example of Android programming using acceleration sensor to realize the shake function and optimiz…… -
Android FTP multi thread breakpoint continuous download \ upload instance
Recently, I added FTP breakpoint download and upload functions to my open source download framework aria. In this proc…… -
Simple code for Android to save bitmap as PNG image file
The following simple code introduces Android's method of saving bitmap as PNG image file. The specific code is as foll…… -
Detailed explanation of sharedperference storage for Android learning
Sharedperference is different from file storage. It uses key value to store data. For each piece of saved data, a key …… -
Android downloads the example code of web page content through okhttpclient
Sometimes we need to cache the web content through our own caching mechanism. When there is no web, the local cache wi…… -
Sample code of image zoom in, zoom out and rotation function in Android
1、 Introduction 2、 Method 1) Set picture zoom in and out effect Step 1: set Android: scaletype in < ImageView >…… -
The Android control RadioButton realizes the function of one out of many
The method of RadioButton to realize the function of selecting one from many is as follows 1、 Introduction 2、 RadioB…… -
The button under Android realizes the effect of text and text mixing
Button realizes the mixed arrangement effect of text and text. The specific contents are as follows 1、 Introduction T…… -
Detailed explanation of the general solution of Android recyclerview reuse disorder
Write in front: @ h_ 404_ 2@ -
The Android programming implementation uses intent to transfer an ArrayList sample containing custom classes
This article describes an example of Android programming using intent to transfer ArrayList containing custom classes.……