包含标签:Android 的文章
-
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…… -
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 …… -
Two methods of Android intent passing objects (serializable and Parcelable) are introduced in detail
Two methods of Android intent passing objects (serializable and Parcelable) are introduced in detail Today, I want to …… -
On the solution of sliding conflict in Scrollview of Android practice
1. Preface In Android development, it is easy to handle some simple layouts, but once complex pages are involved, espe…… -
Android custom control to achieve the effect of temperature rotation button
First look at the renderings Realization idea Implementation method Initialize some parameters Draw dial Take the cent…… -
Textview and picture are displayed together in Android (ellipsis is used for text exceeding, and the picture is automatically on the right)
1、 Requirements: The title may not be complete enough. Let's take a look at the picture to see what it means. The ico…… -
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……