Recent Posts
-
Android uses GridLayout to draw custom calendar controls
design sketch Idea: first set the number of rows and columns of the GridLayout, then place a certain number of Custom …… -
Method for realizing multi page sliding switching and animation effect of viewpager by Android programming
This paper describes the method of realizing viewpager multi page sliding switching and animation effect by Android pr…… -
Android listview pull up and down refresh tab slide switch function
In the near future, there will be a tab switching page with two tabs. The two pages have a common description informat…… -
Use case code of Android nested fragment
preface The previous article introduced activitygroup. Many people asked about nested use. The same requirement also e…… -
Android startup screen realizes left-right sliding switching and viewing function
This article introduces the most common features of an app, that is, the introduction of new function attributes and t…… -
Android uses XML for in-depth parsing of animation UI
effect: http://www.56.com/u82/v_ Otm4mdk5mtk.html step 1: create an anim folder, place the animation XML file, and cre…… -
Example analysis of Android programming to obtain network time
This paper describes the method of Android programming to obtain network time. Share with you for your reference, as f…… -
Android custom loading view animation component
Find a cool loading animation on GitHub https://github.com/Fichardu/CircleProgress I write the steps to use Custom vie…… -
Android code realizes infinite scrolling of adapterviews and recyclerview
A common feature of applications is to automatically load more content when the user is active, which is realized by s…… -
Method for realizing button centering in Android
This article describes the method of button centering in Android. Share with you for your reference. The details are a…… -
Use of mapfragment in Android Baidu map application
1、 Introduction texturemapfragment: used to display map fragments. 2、 Example 3 -- demo03mapfragment.cs file name: d…… -
Android method for monitoring mobile phone status and sending email to notify incoming call number (based on phonestatelistener)
This paper describes the method of Android monitoring mobile phone status and sending e-mail to inform the caller numb…… -
Picture loading progress bar for Android custom view basic development
After learning the basic usage of paint and canvas, we can start to practice. First, write a simple picture and load t…… -
Imageloader local cache developed by Android
Imageloader is an open source library for image caching, which provides a powerful image caching mechanism, which is u…… -
Android wechat payment development issues
Not all bat APIs are very easy to use. Wechat payment has many defects. Summarize the problems in the implementation o…… -
Implementation of detailed explanation of Android recyclerview listview GridView waterfall flow effect
What is recyclerview Recyclerview is the latest component introduced by Google to replace listview and GridView. Recyc…… -
Android custom view get registration verification code countdown button
In Android development, we will inevitably achieve the registration function, and most of the current registrations ar…… -
Android parsing method of intent filter
This article describes the method of Android parsing intent filter. Share with you for your reference. The specific an…… -
Four components of Android development to realize telephone interception and telephone recording
1、 Problem description Use the bordercasterceiver and service components to realize the following functions: 1. When …… -
Android custom listview to achieve drop-down refresh
First, the renderings are presented Today's app, which doesn't have the function of point sliding refresh, is simply t…… -
Android realizes the effect of automatically scrolling Galaxy control
This article describes the example of Android to achieve automatic scrolling of the galaxy control. Share with you for…… -
Method of using webviewclient to process jump URL in Android system
Foreword recently, there are many interactions with WebView in the code. WebView is a browser control in Android. Here…… -
Use ContentProvider to scan local pictures and display them in Android applications
Before, a friend in the group asked me if there was a demo about local image selection, which is similar to the effect…… -
Android news banner scrolling effect
The project needs to use a control similar to the bulletin board. The controls that can be used basically do not suppo…… -
Summary of performance optimization techniques for Android programming development
This paper summarizes the performance optimization skills of Android programming development in detail. Share with you…… -
Android can call the interface to send SMS in two ways
First, call the system SMS interface to send SMS directly; The main codes are as follows: -
Simple Android file upload
File upload is a very common function in B / s applications. Can file upload function like B / s be realized on Androi…… -
Android learning tutorial drop-down refresh implementation code (11)
This example shares the specific code of Android pull-down refresh for your reference. The specific contents are as fo…… -
Usage analysis of gesture gesture recognition based on Android
This paper analyzes the usage of gesture gesture recognition implemented by Android. Share with you for your reference…… -
Detailed explanation of service usage example in Android tutorial
Service life cycle (applicable to 2.1 and above) 1. The startservice runs in the background regardless of whether any …… -
Android custom view implements BMI index bar
For recent projects, it is necessary to make an indicator bar of BMI index, and first put on the renderings: The BMI i…… -
How to use SQLite developed by Android
SQLite is a lightweight small database. Although it is relatively small, its functions are relatively perfect. Some co……