Download Free code ActionBar PullToRefresh
Description
A modern implementation of the pull-to-refresh interaction for # android.
Icons
Source Files
The download file ActionBar-PullToRefresh-master.zip has the following entries.
.gitignore//from w w w . java 2 s . c o m
Customisation.md
README.md
build.gradle
extras/actionbarcompat/AndroidManifest.xml
extras/actionbarcompat/build.gradle
extras/actionbarcompat/gradle.properties
extras/actionbarcompat/project.properties
extras/actionbarcompat/res/anim/fade_in.xml
extras/actionbarcompat/res/anim/fade_out.xml
extras/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/extras/actionbarcompat/AbcDefaultHeaderTransformer.java
extras/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/extras/actionbarcompat/PullToRefreshAttacher.java
extras/actionbarsherlock/AndroidManifest.xml
extras/actionbarsherlock/build.gradle
extras/actionbarsherlock/gradle.properties
extras/actionbarsherlock/project.properties
extras/actionbarsherlock/res/anim/fade_in.xml
extras/actionbarsherlock/res/anim/fade_out.xml
extras/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/extras/actionbarsherlock/AbsDefaultHeaderTransformer.java
extras/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/extras/actionbarsherlock/PullToRefreshAttacher.java
gradle.properties
header.png
library/AndroidManifest.xml
library/build.gradle
library/gradle.properties
library/project.properties
library/res/drawable-hdpi/ptr_progress_primary_holo.9.png
library/res/drawable-hdpi/ptr_progressbar_indeterminate_holo1.png
library/res/drawable-hdpi/ptr_progressbar_indeterminate_holo2.png
library/res/drawable-hdpi/ptr_progressbar_indeterminate_holo3.png
library/res/drawable-hdpi/ptr_progressbar_indeterminate_holo4.png
library/res/drawable-hdpi/ptr_progressbar_indeterminate_holo5.png
library/res/drawable-hdpi/ptr_progressbar_indeterminate_holo6.png
library/res/drawable-hdpi/ptr_progressbar_indeterminate_holo7.png
library/res/drawable-hdpi/ptr_progressbar_indeterminate_holo8.png
library/res/drawable-xhdpi/ptr_progress_primary_holo.9.png
library/res/drawable-xhdpi/ptr_progressbar_indeterminate_holo1.png
library/res/drawable-xhdpi/ptr_progressbar_indeterminate_holo2.png
library/res/drawable-xhdpi/ptr_progressbar_indeterminate_holo3.png
library/res/drawable-xhdpi/ptr_progressbar_indeterminate_holo4.png
library/res/drawable-xhdpi/ptr_progressbar_indeterminate_holo5.png
library/res/drawable-xhdpi/ptr_progressbar_indeterminate_holo6.png
library/res/drawable-xhdpi/ptr_progressbar_indeterminate_holo7.png
library/res/drawable-xhdpi/ptr_progressbar_indeterminate_holo8.png
library/res/drawable/ptr_progress_horizontal_holo_center.xml
library/res/drawable/ptr_progress_indeterminate_horizontal_holo.xml
library/res/layout/default_header.xml
library/res/values-ar/pull_refresh_strings.xml
library/res/values-cs/pull_refresh_strings.xml
library/res/values-de/pull_refresh_strings.xml
library/res/values-es/pull_refresh_strings.xml
library/res/values-fi/pull_refresh_strings.xml
library/res/values-fr/pull_refresh_strings.xml
library/res/values-he/pull_refresh_strings.xml
library/res/values-it/pull_refresh_strings.xml
library/res/values-iw/pull_refresh_strings.xml
library/res/values-ja/pull_refresh_strings.xml
library/res/values-ko/pull_refresh_strings.xml
library/res/values-nl/pull_refresh_strings.xml
library/res/values-pl/pull_refresh_strings.xml
library/res/values-pt-rBR/pull_refresh_strings.xml
library/res/values-pt/pull_refresh_strings.xml
library/res/values-ro/pull_refresh_strings.xml
library/res/values-ru/pull_refresh_strings.xml
library/res/values-sv/pull_refresh_strings.xml
library/res/values-zh/pull_refresh_strings.xml
library/res/values/attrs.xml
library/res/values/ids.xml
library/res/values/pull_refresh_strings.xml
library/res/values/styles.xml
library/src/uk/co/senab/actionbarpulltorefresh/library/DefaultHeaderTransformer.java
library/src/uk/co/senab/actionbarpulltorefresh/library/InstanceCreationUtils.java
library/src/uk/co/senab/actionbarpulltorefresh/library/PullToRefreshAttacher.java
library/src/uk/co/senab/actionbarpulltorefresh/library/PullToRefreshLayout.java
library/src/uk/co/senab/actionbarpulltorefresh/library/platform/SDK11.java
library/src/uk/co/senab/actionbarpulltorefresh/library/viewdelegates/AbsListViewDelegate.java
library/src/uk/co/senab/actionbarpulltorefresh/library/viewdelegates/ScrollYDelegate.java
library/src/uk/co/senab/actionbarpulltorefresh/library/viewdelegates/WebViewDelegate.java
maven_push.gradle
samples/actionbarcompat/AndroidManifest.xml
samples/actionbarcompat/build.gradle
samples/actionbarcompat/project.properties
samples/actionbarcompat/res/anim/slide_in_top.xml
samples/actionbarcompat/res/anim/slide_out_top.xml
samples/actionbarcompat/res/drawable-hdpi/ic_launcher.png
samples/actionbarcompat/res/drawable-ldpi/ic_launcher.png
samples/actionbarcompat/res/drawable-mdpi/ic_launcher.png
samples/actionbarcompat/res/drawable-xhdpi/ic_launcher.png
samples/actionbarcompat/res/drawable-xxhdpi/ic_launcher.png
samples/actionbarcompat/res/layout/activity_fragment.xml
samples/actionbarcompat/res/layout/activity_fragment_tabs_vp.xml
samples/actionbarcompat/res/layout/activity_gridview.xml
samples/actionbarcompat/res/layout/activity_listview_empty.xml
samples/actionbarcompat/res/layout/activity_scrollview.xml
samples/actionbarcompat/res/layout/activity_webview.xml
samples/actionbarcompat/res/layout/customised_header.xml
samples/actionbarcompat/res/layout/layout_fragment.xml
samples/actionbarcompat/res/values/colors.xml
samples/actionbarcompat/res/values/strings.xml
samples/actionbarcompat/res/values/styles.xml
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/Constants.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/FragmentTabPager.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/FragmentTabsActivity.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/FragmentTabsViewPagerActivity.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/GridViewActivity.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/ListViewActivity.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/ListViewWithEmptyActivity.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/MainActivity.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/ScrollViewActivity.java
samples/actionbarcompat/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarcompat/WebViewActivity.java
samples/actionbarsherlock/AndroidManifest.xml
samples/actionbarsherlock/build.gradle
samples/actionbarsherlock/project.properties
samples/actionbarsherlock/res/anim/slide_in_top.xml
samples/actionbarsherlock/res/anim/slide_out_top.xml
samples/actionbarsherlock/res/drawable-hdpi/ic_launcher.png
samples/actionbarsherlock/res/drawable-ldpi/ic_launcher.png
samples/actionbarsherlock/res/drawable-mdpi/ic_launcher.png
samples/actionbarsherlock/res/drawable-xhdpi/ic_launcher.png
samples/actionbarsherlock/res/drawable-xxhdpi/ic_launcher.png
samples/actionbarsherlock/res/layout/activity_fragment.xml
samples/actionbarsherlock/res/layout/activity_fragment_tabs_vp.xml
samples/actionbarsherlock/res/layout/activity_gridview.xml
samples/actionbarsherlock/res/layout/activity_listview_empty.xml
samples/actionbarsherlock/res/layout/activity_scrollview.xml
samples/actionbarsherlock/res/layout/activity_webview.xml
samples/actionbarsherlock/res/layout/customised_header.xml
samples/actionbarsherlock/res/layout/layout_fragment.xml
samples/actionbarsherlock/res/values/colors.xml
samples/actionbarsherlock/res/values/strings.xml
samples/actionbarsherlock/res/values/styles.xml
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/Constants.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/FragmentTabPager.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/FragmentTabsActivity.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/FragmentTabsViewPagerActivity.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/GridViewActivity.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/ListViewActivity.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/ListViewWithEmptyActivity.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/MainActivity.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/ScrollViewActivity.java
samples/actionbarsherlock/src/uk/co/senab/actionbarpulltorefresh/samples/actionbarsherlock/WebViewActivity.java
samples/stock/AndroidManifest.xml
samples/stock/build.gradle
samples/stock/project.properties
samples/stock/res/anim/slide_in_top.xml
samples/stock/res/anim/slide_out_top.xml
samples/stock/res/drawable-hdpi/ic_launcher.png
samples/stock/res/drawable-ldpi/ic_launcher.png
samples/stock/res/drawable-mdpi/ic_launcher.png
samples/stock/res/drawable-xhdpi/ic_launcher.png
samples/stock/res/drawable-xxhdpi/ic_launcher.png
samples/stock/res/layout/activity_fragment_tabs.xml
samples/stock/res/layout/activity_gridview.xml
samples/stock/res/layout/activity_listview_empty.xml
samples/stock/res/layout/activity_scrollview.xml
samples/stock/res/layout/activity_webview.xml
samples/stock/res/layout/customised_header.xml
samples/stock/res/layout/layout_fragment.xml
samples/stock/res/values/colors.xml
samples/stock/res/values/strings.xml
samples/stock/res/values/styles.xml
samples/stock/src/uk/co/senab/actionbarpulltorefresh/samples/stock/Constants.java
samples/stock/src/uk/co/senab/actionbarpulltorefresh/samples/stock/FragmentTabsActivity.java
samples/stock/src/uk/co/senab/actionbarpulltorefresh/samples/stock/GridViewActivity.java
samples/stock/src/uk/co/senab/actionbarpulltorefresh/samples/stock/ListViewActivity.java
samples/stock/src/uk/co/senab/actionbarpulltorefresh/samples/stock/ListViewWithEmptyActivity.java
samples/stock/src/uk/co/senab/actionbarpulltorefresh/samples/stock/MainActivity.java
samples/stock/src/uk/co/senab/actionbarpulltorefresh/samples/stock/ScrollViewActivity.java
samples/stock/src/uk/co/senab/actionbarpulltorefresh/samples/stock/WebViewActivity.java
settings.gradle
Download
Click the following link to download ActionBar-PullToRefresh-master.zip.
ActionBar-PullToRefresh-master.zip