包含标签:Android 的文章
-
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…… -
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 Abstract layout – detailed explanation of include, merge and viewstub
In the layout optimization, Androi's official mentioned the three layouts < include / >, < merge / >, <…… -
Android alertdialog custom style implementation code
Android alertdialog custom style When you want to change the style of pop-up dialog boxes with options such as lists, …… -
Multiple usage examples of notification for Android
When we are using the mobile phone, if a short message comes and we don't click to view it, is there a small icon prom…… -
[Android basics] detailed introduction and implementation of animation animation
In front, popupwindow realizes the display of the pop-up menu at the bottom of imitation Tencent News. Animation anima…… -
Android vibration and prompt sound implementation code
This example shares the specific code of Android message prompt for your reference. The specific contents are as follo…… -
Android: use instance of GridView control
Listview is used for list (single column and multi row form), and GridView is preferred for multi row and multi column……