Android
-
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…… -
Implementation of shadow effect elevation and translation Z in Android 5. X
In Android 5. X, view has an additional attribute Z, the change in vertical height. The Z attribute consists of two pa…… -
Android customized listview layout to realize pull-up loading pull-down refresh function
Listview implements pull-up loading and pull-down refresh in many ways. The following is a custom layout I wrote, whic…… -
Detailed explanation of data transfer examples between two fragments of Android
How to transfer data between two fragments of Android Fragmenta starts fragmentb and returns to fragmenta after making…… -
Android custom camera for auto focus and manual focus
Android custom camera realizes automatic focusing and manual focusing: it does not call the system camera, because the…… -
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…… -
Android custom ViewGroup quick slide (4)
Custom ViewGroup (3) address in the previous article: https://www.oudahe.com/p/27077/ code: The above is the whole con…… -
Example code analysis of Android scanning QR code with zxing
Related reading: Customize zxing QR code scanning interface of Android development framework and solve the problem of …… -
Explain Android chart mpandroidchart line chart in detail
1. Introduction Mpadroidchart GitHub address There is no more to say about the strength of mpadroidchart. At present, …… -
Android UI realizes sideslip menu effect of slidingmenu
This blog will share a demo of the sideslip menu with good effect. Click the menu on the left to switch fragment. The …… -
Simple implementation of Android verification code
Simple implementation of Android verification code We often require you to enter a verification code when logging in o…… -
Get a simple example of the public and private keys of the Android signing certificate
This article takes the certificate in JKS format signed by android as an example: The above simple example of obtainin…… -
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 ……