Android
-
Detailed explanation of multi style display examples of Android listview entries
Multiple style item display of listview I won't talk about others here. I will directly introduce the operations in th…… -
Android EditText prohibits entering spaces and special characters
Sometimes we need to limit the character types of EditText input, such as spaces, special characters, etc. at this tim…… -
Android SDK manager failed to update. Problem resolution
Android SDK manager failed to update. Problem resolution Recently, when playing Ubuntu, the SDK files previously downl…… -
In Android, press the home key and jump to the example code of the main interface
//home //Main interface //Volume reduction The above is the example code of pressing the home key and jumping to the m…… -
Android imitation wechat click photo long press video function example code
This article is a look at Guo Shen's official account, which is only for learning. Add in modlue gradle Add in project…… -
Shared preferences in Android implements the function of storing user names
1. Introduction SharedPreferences is a lightweight data storage method, which stores data in XML files through key val…… -
Detailed explanation of Android UTF-8 transcoding example
Detailed explanation of Android UTF-8 transcoding example In the project, there may be Chinese in the URL. At this tim…… -
Analysis of Android service startup process
Analysis of Android service startup process When I first learned about service, I thought it was a thread encapsulatio…… -
Android implements multi process communication by inheriting binder class
The bottom layer of Aidl communicates through binder. By tracking the files automatically generated after compiling. A…… -
QQ / wechat friend list using listview in Android
First attach the operation results: If you haven't learned listview, please take a look at the basic knowledge first. …… -
Android jsoup gets website content and Android gets news headline instance
Recently, I made a simple news client interface and used jsup to obtain it, which is particularly convenient to use. T…… -
-
Implementation of Android Netease tab sorting control
First look at the renderings: 1. XML layout import 2. Set the data source data, that is, the corresponding text data o…… -
Android custom layout to achieve imitation QQ sideslip part of the code
Customize the layout to realize imitation QQ sideslip part of Android code for your reference. The specific contents a…… -
Okhttp custom interceptor (CACHE interceptor) in Android
Okhttp custom interceptor (CACHE interceptor) in Android preface: There is no cache for new company projects. My God, …… -
Analysis of threads in Android Development
Analysis of threads in Android Development After finishing the tasks given by the company this morning, I suddenly got…… -
Android custom fan countdown example code
1、 Overview To make complaints about it, I am Android Xiao Bai, who wrote the purpose only to reserve knowledge. But …… -
Android realizes crazy continuous viewing of game loading interface pictures and game activity (4)
As you can see in the article "my advanced journey to Android -- > state data model of Android crazy game implement…… -
Highlight instances in Android search results (with data sliding and automatic refresh at the bottom)
First, the renderings of Search results (here I just simulate the data, and the returned data should contain keywords …… -
Android imitation wechat bottom button sliding color change
Android imitates the sliding color change of the button at the bottom of wechat. Here is a simple color change explana…… -
Android customization dialog
This article briefly introduces the use of the custom dialog box. The code and structure are very simple. The purpose …… -
The difference between the disassiss () and cancel () methods of ProgressDialog in Android
ProgressDialog, which has two methods dialog. Cancel() and dialog. Dimiss() 1. public void cancel () 2.public void dis…… -
Glide in Android loads pictures and implements picture caching
Today, I encountered the cache problem of glide in my work. I used glide to load local and network pictures in the pro…… -
Android downloads network pictures and displays them locally
The process of downloading network pictures for Android is as follows: Send a network request - > download the pict…… -
Android custom control ratingbar adjust font size
The project needs to make a control that can adjust the font size and change the selected position when sliding or cli…… -
Methods and steps of installing Android SDK under Linux system
This article describes how to install Android SDK environment in Linux system. I won't say much below. Let's take a lo…… -
Android implements breakpoint continuous download instance through HTTP protocol
Sort out the documents, search out a code for Android to realize breakpoint continuous download through HTTP protocol,…… -
Preview of game effect of crazy continuous watching game on Android (I)
Today, I finished Chapter 18 crazy watch in crazy Android handout by Mr. Li Gang, and learned how to write a simple An…… -
Android App update and download instance
Sort out the documents, search out the code of an Android application to update and download the instance, sort it out…… -
How do I get all the memory attached to an Android device
The Android system provides the environment. Getexternalstoragedirectory () interface to get the path of memory, but t…… -
Android uses message mechanism to obtain network pictures
It was mentioned earlier that asynctask is used to obtain pictures in the network. In fact, using the message mechanis…… -
Solution to error Java 1.8 or later is required when Android studio starts
Error description Android studio 2.2 has been running on the company computer for some time, but I still use Android s……