包含标签:Android 的文章
-
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…… -
The custom view pops up at the bottom of the dialog and pops up and disappears with the animation
Original drawing After clicking code remind_ dialog showdialog dialog_ enter dialog_ exit The above is what Xiaobian i…… -
Android implementation code drawing dotted border background effect
Achieve the following border effects: Dotted line drawing effect can be done using XML in Android. The following is no…… -
Detailed explanation and example code of Android sneak shooting function (taking photos when the mobile phone is turned off)
Android candid function / phone can take photos when turned off The effects are as follows: In fact, the implementatio…… -
How to empty the text in the search box in Android
Requirements: the function of clearing text is added to the relevant search places in the project to increase the user…… -
Talk about the detailed use of Android fragments
Fragments was born Since the introduction of the concept of fragments in Android 3.0, it can be translated into fragme…… -
Solution to the refresh problem of expandablelistview in Android
text The first is the most basic In general, the listview is updated using notifydatasetchanged() adapter.notifyDataSe…… -
Android imitates wechat to shoot short video
In recent projects, the function of uploading short videos needs to be added. The function is set to be similar to wec…… -
Android custom ViewGroup scrollable layout gesturedetector gesture monitoring (5)
This effect is the same as the previous one: http://www.jb51.net/article/100638.htm The effect is the same, but it no …… -
Method for Android application to automatically jump to application market details page
preface As we all know, there may be needs in the Android application development process, such as jumping to the appl…… -
Android custom ViewGroup enables scrollable horizontal layout (2)
Custom ViewGroup (1) address in the previous article: https://www.oudahe.com/p/27083/ Direct code here: The above is t…… -
Encryption and decryption methods for Android to obtain signature public key and public key private key (recommended)
As follows: The above method for Android to obtain signature public key and public key private key encryption and decr…… -
Several implementation methods of click events in Android are explained in detail
In previous blog posts, I used the click event processing implementation many times. A friend asked me and found many …… -
Solution to invalid imeoptions set by EditText in Android
Sometimes we need to change to "go" or "go to search" in the lower right corner of the keyboard after the EditText is …… -
Android determines whether to develop debug mode or release mode
As follows: During project development, we output logs according to the debug attribute. However, sometimes we want to…… -
Android uses path to realize graffiti function
Today, a graffiti effect will be realized in several steps. There is an important knowledge point here is the layer. T…… -
Android creates its own time clock
1. Overview This article mainly explains how to customize a time clock. Through simple exercises, you can simply learn…… -
Activity cancels the default animation method for interface switching (recommended)
Generally, when starting a new activity, there is a switching animation effect by default, such as the movement of the…… -
Android implementation will rotate the pie chart example code
Android implementation will rotate the pie chart example code Recently, I was working on a project. Due to the need fo…… -
Detailed introduction to compiling and packaging Android APK with gradle
Detailed introduction to compiling and packaging Android APK with gradle Understand the construction process of gradle…… -
Android UI realizes ad banner rotation effect
One effect to be shared in this blog is to achieve the advertising banner rotation effect. This effect is also common.…… -
Android ADB logcat command view log details
When Android programmers develop programs, they must have been distressed by log. Isn't it annoying that eclipse can't…… -
Android view custom implementation of dynamic progress bar
Android custom view to realize dynamic progress bar design sketch: code Custom view