开源项目 GitHub地址

1 垂直横向滑动ViewPager:https://github.com/JakeWharton/Android-DirectionalViewPager

  Google的ViewPager只能横向滑动,此工程可以纵向滑动,横向滑动。但是jar好像有问题下载最新的。

  解决问题连接:http://stackoverflow.com/questions/10720276/error-including-android-directionalviewpager-jar-in-eclipse

2 下拉刷新ListView pulltorefreshlistview:https://github.com/fanfoudroid/fanfoudroid

  很常见了下拉ListView实现刷新数据

3 ActionBarSherlock:http://actionbarsherlock.com/index.html

  ActionBarSherlock 是Android compatibility library 的一个扩展, 不知道什么原因 Android 兼容开发包没有包含ActionBar. 所以就有了ActionBarSherlock . 其使用方式和 兼容开发包类似.

原文地址:https://www.cnblogs.com/bavariama/p/2891488.html