包含标签:Android 的文章
-
Explain swipelistview framework in detail to realize wechat \ QQ sliding deletion effect
There has been a slide on QQ or wechat. The recent contact list can delete the currently selected contact. This functi…… -
Detailed explanation of Android development activity and fragment
1. Life cycle of activity 1) Multiple activities form an activity stack, and the current activity is at the top of the…… -
Detailed explanation of Android webp codec
key words:android decode webp sample When I knocked down the keyboard, I felt a deep sense of shame. I saw that Andro…… -
Coordinatorlayout is so easy to use (Android)
I have found some tutorials about coordinatorlayout on the Internet. Most articles introduce coordinatorlayout, appbar…… -
Android SDK manager domestic solutions that cannot be updated
Now, because GWF and Google basically told us that we saw each other, it has brought a lot of inconvenience to friends…… -
Solution to the slow import of Android studio projects
preface As we all know, Android studio has been updated to 2.0 preview 6. As a development tool highly praised by Goog…… -
Android imitation wechat list sliding deletion how to realize sliding list swipelistview
Following the previous article, this article mainly talks about how to implement the swipelistview of the sliding list…… -
Android uses circleimageview to realize circular Avatar
Sometimes we use circular avatars in our applications. The following is a demonstration of using circleimageview to re…… -
Notes in Android
Annotation is a technology we often contact. Java has annotations and Android also has annotations. This paper will tr…… -
Android personal financial tool 5: display on bill details
Previously, we have saved the monthly revenue and expenditure details into the SQLite data table. This paper will take…… -
Android code JIT friendliness detection tool
During the weekend, I wrote a tool to detect the JIT friendliness of Android code, named droid jitchecker. I hope it c…… -
Easily realize the powerful Android scratch effect control (scratchview)
preface There are some small development partners around me. There is such a habit. One day, when I suddenly see a bea…… -
Android implements a custom gorgeous water ripple effect
Let's see the effect first Simulate the effect of water ripple: click the screen and a ring will appear, with radius …… -
How does the Android skin changing function dynamically obtain the resource ID of the background picture in the control?
This is a problem encountered when doing a skin change function. For skin change, there are examples on the Internet. …… -
Android high imitation IOS wheel selection control
Recently, according to the needs of the project, I sorted out a relatively comprehensive wheelview use control. To bor…… -
Android custom dialog to achieve text dynamic loading effect
Before, I saw a question "loading..." on the technical Q & A. the last three points are dynamic. Such an effect is…… -
Example code of loading pictures into memory in Android
This article demonstrates how to load pictures into memory in Android First, design the interface: The code is as foll…… -
Examples of inserting advertisements in Android Applications
As we all know, Android applications in China are basically free, so how do developers get income? Inserting advertisi…… -
Listview in Android is bound to checkbox to realize the function of adding and deleting all (Demo)
The listview control is still very complex and should be commonly used in the project, so I wrote a small demo to talk…… -
Android browser development example sharing
This article mainly explains the development example of Android browser, which has three parts: starting the default A…… -
Android uses Android wheel to realize the three-level linkage of provinces, cities and counties
Today, I had nothing to talk about with the group. A friend said that the Android wheel control was a built-in control…… -
Shutdown, restart and restart recovery of CMD command under Android
When Android was just emerging, it really made some niche software popular. Cutting fruit, Tom cat and blowing skirt a…… -
Android personal financial tool 6: display bill details
In the display of bill details in the previous section, the display of bill details has been basically realized. This …… -
Android imitation wechat conversation list sliding deletion effect
The sliding deletion effect of wechat conversation list is very good, which draws lessons from swipelistview on GitHub…… -
Android creates cool movie ticket online seat selection app online seat selection function
I don't know if you've ever used it. Taobao movie client (Taobao ticket) has bought movie tickets. Looking at the onli…… -
Overview of Android broadcastreceiver broadcast mechanism
Overview of Android broadcast mechanism Android broadcast is divided into two aspects: Broadcast sender and broadcast …… -
Android uses viewpager to achieve slidable zoom in and out Gallery effect
Galleries are available in many app designs, as shown in the following figure: This example is a small project I wrote…… -
How does Android realize automatic app update
Let's take a look at the renderings to be realized: For Android users, it's no exaggeration to say that the mobile app…… -
Source code analysis of Android click event distribution mechanism
summary I've always wanted to write an article about Android event distribution mechanism, but I haven't written it. T…… -
Simple production idea of Android App welcome page
Today's apps generally have a welcome interface when the application is started. This welcome interface generally has …… -
Play appbarlayout to achieve a more cool top bar
The previous article "how to use coordinatelayout is so simple" explained the use of coordinatelayout. Today, we will …… -
Several ways to remove the title bar in Android (three)
1. In Java code (invalid when splashactivity inherits appcompatactivity) 2. On the manifest Change theme in XML 3. Fir……