包含标签:Android 的文章
-
Detailed introduction to four startup modes of Android launchmode
Detailed explanation of Android launchmode The longer you do it, the cleaner you forget the basic knowledge. In a rece…… -
Detailed explanation and solution of camera crash called by Android 7.0
Android 7.0 call camera crash solution Error message: Treatment method Thank you for reading, hope to help you, thank …… -
AutoCompleteTextView auto prompt in Android
When we use the control AutoCompleteTextView to automatically prompt, sometimes we need to set baseadapter. When setti…… -
Android studio intent implicitly starts, sends text messages, dials, makes calls, accesses web pages and other example codes
Android studio intent implicitly starts, sends text messages, dials, makes calls, accesses web pages and other example…… -
Explain the screen direction and display mode of activity runtime in Android
At present, our mobile phones generally have a built-in direction sensor, and the mobile phone screen will automatical…… -
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 …… -
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…… -
Sharing with Android wechat SDK
Share with the SDK provided by wechat: from http://open.weixin.qq.com Download the Android related jar package and add…… -
Wechat applet canvas development example and precautions
Wechat applet wxcanvas The test phone is iphone6, and the developer tool version is 0.10.102800. The same is true for …… -
In Android, use EditText to click Select all and click cancel all again
Recently, when developing a browser, I encountered such a demand: when clicking the address bar, I need to select all …… -
Android about the method of removing the inner split line in expandablelistview
About expandablelistview, I wrote a class to inherit from baseexpandablelistadapter groups and children It's all done.…… -
Android sorts the instances of map by key and value respectively
1、 Theoretical preparation Map is the collection interface of key value pairs. Its implementation classes mainly incl…… -
Android image infinite rotation implementation code
This example shares the specific code of anadroid picture infinite rotation for your reference. The specific contents …… -
Detailed explanation of memory leakage in Android performance optimization
overview Memory leak refers to the failure of a program to release memory that is no longer used due to negligence or …… -
Android GridView slider settings always display status (recommended)
Simulate GridView control: To set the GridView slider to be displayed all the time: The above is what Xiaobian introdu…… -
Android wheel selection time control details
Wheel selection control Android's built-in selection time control is a little ugly. It is often disliked by products a…… -
Android socket interface instant messaging instance code
Android socket interface for instant messaging Recently, I learned the knowledge of Android communication. I'll take a…… -
Android general index bar implementation code
Occasionally, when I see the code written before, I feel that a lot of things are used in almost many projects. Althou……