Android
-
Customgridlayout of Android custom ViewGroup (I)
I wrote two articles about custom view before. This article talks about the implementation of custom ViewGroup. We kno…… -
Examples of four common dialog boxes in Android
1. Dialog notification When your application needs to display a progress bar or the user needs to confirm the informat…… -
Android high imitation wechat dialogue list sliding deletion effect
preface Those who have used wechat know that the sliding deletion effect of wechat dialogue list is very good. We can …… -
Android custom titleview Title Development example
In the process of Android development, we often encounter a project that needs to repeatedly define the title bar of t…… -
Implementation method of floating actionbutton developed by Android
1、 Introduction This class inherits from ImageView, so we can use all the properties of ImageView for this control 2…… -
Detailed explanation of the correct posture of Android screen lock pop-up window demo
In the last article, I introduced the function of pop-up window under the screen of imitation QQ lock for Android prog…… -
Android QQ login interface drawing code
First look at the renderings: First, several problems encountered in the process: 1. Customize the background of EditT…… -
Explain in detail the use of URL schema for Android business componentization
preface: Recently, the company's business has developed rapidly, and a single project is no longer suitable for the co…… -
Method of making round head portrait using circleimageview and cardview in Android
Round avatars are very common in our daily apps because they are more beautiful The method of using circular pictures …… -
Android listview universal adapter instance code
Listview is the most commonly used control in development, but it will always write duplicate code, which is a waste o…… -
Android sensor — detailed explanation and use of light sensor
Android devices have many sensors, one of which controls the brightness of your screen. When you use your phone in a d…… -
Code implementation of navigation effect at the bottom of Android imitation wechat page
When referring to the local code, you should modify it appropriately according to your needs. There are redundant code…… -
The color of Android custom status bar is consistent with the color of APP title bar
Every time I look at an application on IOS, the color of the status bar in the application is always consistent with t…… -
Introduction to AppWidget control of Android UI component
Widget introduction We can understand a widget as a small component (pendant) placed on the desktop. With a widget, we…… -
Detailed explanation of demo example of Android imitation wechat memory cleaning chart animation (solving the problem of surface view screen flicker)
Recently, I received a project, in which there is a function to clean up memory, which requires the same effect as wec…… -
Android implements ImageView that can play GIF animation
Android native controls do not support playing GIF format pictures. As we all know, if you want to display a picture i…… -
Method for generating fillet image using roundedbitmapdrawable
dynamic Generate circular picture Since the roundedbitmapdrawable class does not directly provide a method to generate…… -
Android 6.0 fingerprint app development case
In Android 6.0, Google finally added fingerprint recognition support to the Android system. This function has been imp…… -
Summary of common methods of canvas in Android
1、 Operate on canvas A series of operations on canvas refer to the operations such as rotation, translation and zoom …… -
Android input box control with clear function edittextwithdel
Record a very practical widget edittextwithdel, which is to add a small icon to the right of the input box of the Andr…… -
Android custom View imitation Alipay sesame credit score dial
Let's take a look at the screenshot of IOS's Sesame credit score This is what I did. There is still a gap Realization …… -
Android imitation Sina Weibo / QQ space sliding automatic video playback function
Let's take a look at the renderings first critical code 1. Listen for scrolling events First, add setonscrolllistener …… -
Detailed introduction to Android oncreate() method
Oncreate () method is one of the most common methods in Android applications, so what should we pay attention to when …… -
Compatibility processing of Android high version API methods on low version systems
Android version replacement, the new version brings new features and new methods. The new method brings many convenien…… -
Android custom control making button showing progress
Recently, I saw that some applications do not pop up an additional progress bar when downloading files, but use the bu……