Android
-
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 -
Android imitation QQ left slide delete top listview operation
I have nothing to do recently, so I studied the left sliding deletion effect of QQ and tried to realize it. First, I p…… -
Android – Bluetooth technology enables you to realize data transmission between terminals
Bluetooth technology has many uses in intelligent hardware. Today, I'll share the usage methods and skills of Bluetoot…… -
Android does not need to apply for permission to make calls
There are two ways to make phone calls with Android: The first method is to make a call and jump to the dialing interf…… -
Implementation method of removing app header and full screen interface (memo) through style in Android
In style, define as follows: If you want the whole app to be like this, you can change androidmanifest.xml and referen…… -
Android implementation method of adding click event to textview
First, set the clickable property of textview to true. It can be set in the layout file, such as: You can also set in …… -
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…… -
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…… -
Android implements three methods of image blur, Gaussian blur and ground glass effect
A few days ago, I wrote a method of using glide transformations to realize Gaussian blur. Today, I accidentally found …… -
Two common ways of countdown verification of Android SMS verification code
preface This paper mainly introduces the function of SMS verification code. Here, two common methods are summarized, w…… -
Android obtains profiles and ringtones to realize vibration and ringtone reminder
When we want to remind users through ringing or vibration (similar to the mobile phone incoming call reminder interfac……
