Recent Posts
-
Android native viewpager control to achieve card flipping effect
This example shares the specific code of the Android control viewpager to realize the card flipping effect for your re…… -
Android implements a slidable Custom Calendar control
A recently used calendar control, record, the effect is as shown in the figure Code download address: Click to open th…… -
Android implements the picture selector function
This example shares the specific code for Android to realize the image selector function for your reference. The speci…… -
The Android custom control Scrollview realizes the up and down sliding function
This example shares the specific code of Android Scrollview to realize the up and down sliding function for your refer…… -
Android development environment configuration problem
First, download the latest version of Android SDK. However, the latest version of the SDK has clearly stated that "the…… -
Android image flip animation simple implementation code
Now let's share an interesting animation: This is more suitable for flipping one picture. If it is multiple pictures, …… -
Android listview and GridView drag shift implementation code
You must be familiar with the drag and drop location of listview. Good software uses such functions, such as Sohu, Net…… -
Overview of the use of resource files (non code parts) in Android
Unit name Device independent pixels pixel foot millimeter Point (LB) Density independent pixels Precision independent …… -
Implementation principle of dragging and zooming Android large pictures
Due to the busy project recently, the blog has no time to update. Today, I have a little time to update two articles i…… -
Android game engine libgdx resource loading progress percentage display case analysis
Because the case is relatively simple, it is easy to use Android Application - > game - > stage to build framewo…… -
Implementation idea and code of saving window screenshots as files in Android simulator
The content of Android simulator is rendered with OpenGL, so the general programming screenshot (such as printwindow (…… -
Graphics, images and animation developed by Android (5) detailed explanation of layoutanimationcontroller
First, we need to introduce layoutanimationcontroller: *1. Layoutanimationcontroller is used to set the animation effe…… -
Android custom table controls meet people’s visual needs
The Android platform has provided us with many standard components, such as textview, editview, button, ImageView, men…… -
Implementation method of Android timer and time calculator
Demand: the default is "00:00:00". When you click the start button, reset and start timing, such as 10:28:34. Stop tim…… -
Implementation of horizontal movement of Android viewpager album
When we download QQ for the first time and open it, there will be a novice guide. The guide is a few pictures, plus so…… -
Detailed explanation of notification and notificationmanger in Android
Android status bar reminder Alertdialog can also be used as the reminder function in Android, but we should use it car…… -
Android notes: use of splash activity, the startup interface of APP application
At present, more mature applications basically display a startup interface when entering the application. This startup…… -
Android notes: practice and analysis of several commands for app debugging
In Android application development, we will use various code debugging; In fact, after the development of Android, we …… -
Solution based on making Android project into jar package and resource file
It should be noted that if it is provided to third-party developers in the form of jar package and resource package, r…… -
Detailed explanation of the use of Android debugging tool DDMS
Specific visible http://developer.android.com/tools/debugging/ddms.html 。 DDMS provides a bridge between IDE and emul…… -
Android asynchronously loading image instance code
The main process of asynchronously loading pictures is to judge whether there are pictures in the cache. If there are …… -
Two minutes to fully understand the detailed explanation of Android activity life cycle (graphic introduction)
BACK key: when we press the BACK key, our application will end. At this time, we will call onPause () ->onStop () -…… -
Method of installing and uninstalling APK package on Android simulator
Simulator (emulator. Exe) You can find the running file (F: gphoneandroid SDK windows-1.0_r1 tools) in the tools folde…… -
Android Development Notes: learn to use logcat debugger in one minute
After that, you can debug the program by printing information! If logcat is not enabled, click window --- show view --…… -
Android asynchronous loading picture analysis summary
This paper studies how Android loads images asynchronously from the network. It is summarized as follows: (1) because …… -
Introduction to key points of listview and adapter in Android Development
design sketch: You can see that as soon as you open the activity, you will see 10 items Let's look at the log informat…… -
Example code of Android GridView multi selection effect
@H_ 403_ 1@ The specific codes are as follows: main.xml item.xml Adpter.java -
Method for setting the size of Android pop-up activity
How to set the size of the activity so that your window no longer looks full screen. Some netizens may know that it is…… -
A small example of Android getting thumbnails of pictures and videos on SD card
How to judge the file? You can traverse the database through cursor and compare with international_ CONTENT_ The value…… -
Android custom title bar shows the method instance of web page loading progress
During the adaptation of lephone these days, the test team submitted a bug: when the text in the title bar is long, it…… -
Solutions to black screen during Android activity switching (jump)
When two activities jump, because the second activity loads more data during startup, there will be a short black scre…… -
Android to obtain video, picture thumbnail specific implementation
1. There are two methods to obtain video thumbnails: (1) obtain them through the content provider (2) create thumbnail……