包含标签:Android 的文章
-
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…… -
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……