Android
-
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…… -
Detailed explanation and examples of Android confusion code
In order to prevent others from stealing their own labor achievements and effectively prevent the obfuscated code from…… -
How Android implements rounded rectangle and circular ImageView
There are many ways to implement rounded rectangle and circle in Android, among which the most common methods are imag…… -
Android QQ new user registration interface drawing
First look at the renderings: Question: 1. Drop down list (because I haven't seen it yet...) 2. Title bar display prob…… -
Android development and implementation with rebound effect. Detailed explanation of IOS rebound Scrollview tutorial
First of all, let's take a look at the renderings of our final implementation today: This is the rebound effect in IOS…… -
Detailed explanation of Android activity stack and management examples
This example demonstrates how to change the order of existing activities in the current task stack by setting the flag…… -
Android realizes the fade in and fade out animation effects in the game
1. Realize the fading animation It can be implemented in the program in the following ways Of course, it can also be i…… -
Detailed explanation of Android draw9patch picture production and use
Android draw9patch image production and use Understand the following four sentences: Let me take six pictures as examp…… -
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……