Android
-
Detailed explanation of Android recycleview application and click event examples
Application and click events of Android recycleview design sketch: Long press yes to delete: The following code: Maina…… -
Android mobile browser debugging using chrome for debugging example details
Use chrome on your PC to remotely debug the mobile page Tool preparation Turn on debugging mode Connect your computer …… -
Android judges whether WiFi is 5g or 2.4G
I read this post at the beginning and couldn't find the answer. For later people, I'll reply. According to WiFi info. …… -
Android opengles2.0 isosceles right triangle and color triangle (III)
In the last blog, we have drawn a right triangle. Although we set the two waist of the right triangle to be equal rela…… -
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…… -
Summary of the problem that the title bar cannot be cancelled in Android (two methods)
We all know that there are two ways to cancel the title bar: one is to cancel it in Java code, and the other is to set…… -
Hands on implementation of Android App plug-in
At present, there are many open source projects in China, but it is difficult to master them if they are not actually …… -
Talk about the full solution of recyclerview developed by Android
Since Android 5.0, Google has launched the recylerview control, recylerview. I think after seeing a new term, most peo…… -
Pay attention to the processing of the navigation button tabs at the bottom of ionic floating on Android
Ionic is a popular mobile terminal development framework, but novice students will find that ionic displays different …… -
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 ……