包含标签:Android 的文章
-
Android simply realizes unlimited scrolling and automatic scrolling viewpager
We often see a viewpager that can automatically scroll and scroll infinitely in the application. Baidu and Google also…… -
Asynctask is used in Android to realize file download and progress update prompt
Android provides a tool class: asynctask, which makes it easier to create long-running tasks that need to interact wit…… -
Summary of countdown methods for Android implementation
There is often a countdown function in Android development. The following will summarize the common centralized implem…… -
Summary of several methods for Android to obtain internal and external SD card paths
Android SD card path: The path of external SD card may not be used by many students in their daily work, because many …… -
Android customize view to imitate Alipay
There is a function of Alipay on the side of the picture, which is the effect of water ripple after clicking the pictu…… -
Detailed explanation of timing pin (refresh page request server) used in Android
I want to use 5 seconds in the program to request data (I don't recommend you to do this, my demand is this) Code disp…… -
Android custom view implements address book alphabetic index (imitating wechat address book)
1、 Effect: we see that the address book of many software has an alphabetic index function on the right, such as wecha…… -
Unsupported major.minor version 52.0 in Android studio solution
Unsupported major.minor version 52.0 in Android studio solution After the Android studio was recently updated, an erro…… -
Android solution to prevent multiple response events caused by too fast clicking
Recently, there are some small problems in the development process. For example, a BTN click user may only click once,…… -
Detailed explanation of Android memory optimization — lrucache
Concept: LruCache What is lrucache? What is the implementation principle of lrucache? In fact, these two questions can…… -
Detailed explanation of how to use Android custom toolbar
This article introduces: How to use the toolbar; Customize Toolbar; Let's take a look at the effect and learn about to…… -
Data storage of ContentProvider in Android development tutorial
1、 Introduction to saving data by ContentProvider A program can completely expose its own data by implementing an abs…… -
Explain the basic use of Android image loading framework fresco (2)
PS: Recently, I saw that many people began to write year-end summaries. Time passed quickly. At the end of the year, I…… -
Detailed explanation of Android control drag instance
Android control drag The dragging of Android control is mainly to override its ontouch () method by setting the setont…… -
Detailed explanation of messenger and Aidl for Android process communication
1. Preface Mentioned inter process communication (IPC): in the Android system, one process cannot directly access the …… -
Android drawerlayout implementation drawer effect example code
Official website: https://developer.android.com/training/implementing-navigation/nav-drawer.html Paste the main logic …… -
Android implements the tangent chart as an example of avatar
Android tangent chart The renderings are as follows: MyView class Mainactivity class xml Thank you for reading, hope t…… -
Implementation code of dialog animation effect pop up from the lower left corner of the screen in Android
Mainactivity Code: Layout of main interface: Dialog layout: Styles Code: Enter the animation (zoom in at the lower lef…… -
Android imitation Netease News client classification and sorting function
Let's take a look at the Netease News client and its own effect picture. Of course, the effect is still good gridviews…… -
Interaction between fragment and activity in Android (two implementations)
(backgound is not set for the layout of the fragment) About the concept and creation method of fragment in Android, I …… -
Android judges whether it is all Chinese characters, all letters, all numbers, numbers and letters (code)
Just look at the code!!! The above is what Xiaobian introduced to you. Android judges whether it is all Chinese charac…… -
Android uses textview to set the onclick property. The solution is invalid
Android provides onclick attribute for view in the layout file. The usage method is as follows: Note that the layout f…… -
Two ways for Android to realize H5 and native interaction
preface As we all know, in the use of Android WebView, H5 page and native page often need to interact. For example, cl…… -
Android auto prompt control AutoCompleteTextView
Enter the information we want to enter in the input box, and other related prompt messages will appear. This effect is…… -
EditText monitoring method to judge how many characters are input in real time
Recently, I was writing a small project, one of which used the function of displaying the number of characters entered…… -
Perfectly solve the problem that the page cache held by the client WebView will not be released immediately
WebView is often used in Android and apple client development. Our general practice is to add WebView to the native pa…… -
Detailed explanation of data instance of jsup grabbing page
Jsup grabs the data of the page You need to use the jsoup-1.7.3.jar package. If you need to see the documentation, ple…… -
Android status bar tips (recommended)
The following code introduces the Android status bar micro skills. The code is relatively short, but its micro skills …… -
Method instance code for hiding virtual keys in Android
Here's a code to explain how Android hides virtual keys. There's no more nonsense. Let's take a look at the code and c…… -
Add a search and sharing window for the title bar through the actionbar in Android
After Android 3.0, Google has made a series of reforms in UI navigation design. One of the most useful new features is…… -
Solution to the problem of listview clicking item without response in Android
If the listitem includes a button or check@R_ 760_ 2419 @ and other controls. By default, listitem will lose focus, re…… -
Simple use and packaging of Android okhttp
Simple use and packaging of Android okhttp 1. I took a closer look at okhttp yesterday. In the past, I used to call th……