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