包含标签:Android 的文章
-
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 …… -
Example demonstration of Android fragment
Fragment is a new concept in Android honeycomb 3.0. It is introduced in detail in how to use Android fragment. This ar…… -
Principle analysis of Android handler mechanism
Handler is a technology that must be mastered in Android development, but many people stay in the use stage. It is ver…… -
Briefly describe the use of angular custom filters in pages and controllers
Another feature of angularjs is that it provides a filter, which can operate the data results by operating the pipelin…… -
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…… -
Android personal finance tool 4: add bill page
This paper considers sorting out the bill interface to realize the functions shown in the figure below. It should not …… -
How does Android get thumbnails of pictures or videos
Get thumbnails according to the specified image path and size. This method has two advantages: 1. Using a small memory…… -
Android’s ProgressBar instantly displays download progress details
Here, the progress bar is used to display the download progress in real time. Problems encountered on the way: 1. URL …… -
Android takes a picture or selects a picture from the gallery and cuts it
Today, I looked at the part about taking photos and selecting pictures from the album in the first line of code. I fou…… -
Bad asynctask in Android
Asynctask is a very common API, especially when processing data asynchronously and applying data to views. In fact, as…… -
Detailed explanation of Android view class and surfaceview class
In addition to the control class, the main class in Android game development is the display class. The more important ……