Android
-
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…… -
Detailed explanation and simple example of Android WebView
WebView basic usage To load a web page, use loadurl(): Set the web page to be displayed by WebView For local files: Lo…… -
Explain the basic process of Android USB to serial communication development in detail
I haven't written for a long time. Years ago, the company opened a new project related to USB to serial communication.…… -
Android skillfully uses decorview to realize dialog function
If you don't know decorview, it doesn't matter^_^ Let's take a look at the effect General idea of implementation [lots…… -
ImageView in Android realizes the function of selecting local pictures and displaying them
Operation results: There are only three simulators in the library. I can't help it. The picture quality is very moving…… -
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…… -
Summary of common methods of microblog API (required)
1. Get the microblog information of the first 20 users within 24 hours 2. User 3. Publish microblog The above summary …… -
Method of inserting Android batch data into SQLite database
In Android, when SQLite inserts data, a statement is a transaction by default. Therefore, if there are tens of thousan…… -
Story telling activity life cycle (cat’s life)
Hello everyone, most online articles about the life cycle of activity in Android are basically direct mapping and tran…… -
Save layout as picture instance code in Android
1、 Foreword A friend asked if he had done the small function of screenshot, but he didn't do it himself. But think ab……