Android
-
Environment construction for running monkeyrunner script in eclipse (4)
The monkeyrunner script is written in Python syntax, but it is actually interpreted and executed through Jython. Jytho…… -
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…… -
Explain the multi-threaded breakpoint download in Android
First, let's look at the principle of multithreaded download. Multi thread download is to divide the original files on…… -
Pop up menu of wechat applet development in Android
First, let's show you the renderings. The specific renderings are as follows: The specific code is as follows: 1.index…… -
Explain Android 6.0 runtime permission management
Since the release of Android 6.0, great changes have been made in permissions. It is no longer that you can obtain per…… -
Android custom ViewGroup landscape layout (1)
Recently, I learned to customize the ViewGroup. My goal is to make a listview that I want to scroll, fill the data wit…… -
Android click the blank space of the screen to stow the input method soft keyboard (open it manually)
Many times, when we use the application, the soft keyboard of input method will pop up. Usually, we will enable the us…… -
Detailed explanation of Android network data storage
1、 Introduction to network saving data You can use the network to save data, obtain data from the network when necess…… -
Detailed Android screenshot event monitoring
1. Preface The Android system does not have an interface to monitor screen capture events directly, nor does it have a…… -
Android uses animation to gradually darken the background
preface Previously, I wrote an article on Android - realizing the pop-up window at the bottom and gradually darkening …… -
Android recyclerview pull-down refresh and pull-up load more
Today, I finally have some time to write: to realize pull-down refresh and pull-up load for recyclerview. Today, we wi…… -
Android custom ViewGroup uses adapter to adapt data (6)
In custom ViewGroup (5): https://www.oudahe.com/p/27072/ It is more convenient to add and use adapter to adapt data. H…… -
Implementation of Android click event
In previous blog posts, I used the click event processing implementation many times. A friend asked me and found many …… -
Android uses pulltorefresh to implement pull-down refresh and pull-up loading
Pulltorefresh is a set of pull-down refresh libraries with very good implementation. It supports: 1.ListView 2.Expanda…… -
Explain the immersive status bar effect example in Android
Inadvertently learned about the immersive status bar and felt that the thief was pulling on the tall, so I just tried …… -
Android opengles2.0 drawing triangles (II)
Drawing triangles is selected as the first instance of OpenGL es 2.0 because, as mentioned earlier, points, lines and …… -
Android NFC common tag reading summary
I haven't updated my blog for a few days, but this article has been prepared for a long time. I hope it can bring ever…… -
How to add headers and footers for recyclerview
In the past two days, in the project, I abandoned listview and wanted to try recyclerview. In the process of using it,…… -
Android UI implements the bottom switching label fragment
A UI effect to be shared in this blog is to realize the bottom switching tab. You must have encountered this effect in……