包含标签:Android 的文章
-
Implementation of listview pull-down refresh in Android
The drop-down refresh in listview is very common and often used. When I see that many students want to refresh, I'll s…… -
Solution of using pull parser to operate XML file in Android
1、 Use the pull parser to read the XML file In addition to parsing XML files using Sax or DOM, you can also parse XML…… -
Android gesture sliding enables ImageView to zoom image size
This paper introduces two methods to scale the image size of ImageView with Android gestures, which are shared for you…… -
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…… -
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…… -
Example analysis of checkbox and RadioButton usage of Android controls
This article describes the application of Android controls Check@R_ 504_ 2419 @, RadioButton usage. Share with you for…… -
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…… -
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…… -
Analysis of key points to solve the sliding jam problem brought by viewpager in Android
Problem Description: when the viewpager control is placed in the swiperefreshlayout, the sliding of the two will confl…… -
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…… -
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…… -
Instance parsing method of parsing XML using pull parser in Android
1. Introduction to pull pull the pull parser is built-in in the Android system. The pull parser is similar to the Sax …… -
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…… -
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…… -
Usage examples of TimePicker and datepicker time and date selection components in Android
The effect and code are very intuitive: Example 1: TimePicker Example 2: datepicker -
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…… -
Use case code of Android nested fragment
preface The previous article introduced activitygroup. Many people asked about nested use. The same requirement also e…… -
Summary of button event implementation and monitoring methods developed by Android
This paper summarizes the implementation and monitoring method of button event developed by Android. Share with you fo…… -
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 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…… -
Taking the custom sliding button as an example, text analysis Android custom view drawing
Custom view has always been a barrier in front of Android developers. 1、 Relationship between view and ViewGroup From…… -
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…… -
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…… -
Basic tutorial of recyclerview control in android app development
summary Recyclerview has been around for some time. I'm sure you're familiar with it. You can use it by importing supp…… -
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 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 …… -
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…… -
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…… -
An example explains the basic method of android app using its own SQLite database
SQLite database is a database embedded in Android system. It is small and powerful, and can meet the processing of mos…… -
Android imitation Sina Weibo custom listview drop-down refresh (4)
Custom pulltorrefreshlistview inherits from listview and adds a drop-down header layout in the header of listview. The…… -
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…… -
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……