Use the Google bring-your-own package for pull-down refresh features

Source: Internet
Author: User

Android implementation drop-down refresh there are a lot of open source source code can be used for example: Pulltorefreshlistview is also very convenient to use.

Now you can use Google Libs Android-support-v4.jar this package, please update your SDK to the latest

Using XML layouts

<android.support.v4.widget.swiperefreshlayout xmlns:android= "Http://schemas.android.com/apk/res/android"
Android:id= "@+id/refresh"
Android:layout_width= "Match_parent"
android:layout_height= "Match_parent"

>
<listview
Android:layout_width= "Match_parent"
android:layout_height= "Match_parent"
Android:id= "@+id/listview"
></ListView>

</android.support.v4.widget.SwipeRefreshLayout>

The outermost layer is a class swiperefreshlayout inside the ANDROID.SUPPORT.V4 package, which is placed inside the random view control.

Code inside:

Swiperefreshlayout detailed method, we look at the API documentation

Project inside the Android-support-v4.jar may not have swiperefreshlayout this class, I have uploaded up, can download here

Download package

Use the Google bring-your-own package for pull-down refresh features

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.