1. 使用上拉更多,下拉刷新:https://github.com/JosephPeng/XListView-Android
这个是github上面更为火爆的:https://github.com/chrisbanes/Android-PullToRefresh

2. 侧滑的菜单:SlidingMenu.rar(自己导入support-4v包)推荐github上面一个很好的库,不过这个库有少少错误,修改过来就好了,附上github地址与修改地址。
github: https://github.com/jfeinstein10/SlidingMenu
修改地址:http://www.eoeandroid.com/forum.php?mod=viewthread&tid=262755&
amp;amp;reltid=249556&pre_thread_id=0&pre_pos=5&ext=CB
其实修改的问题就是:修改SlidingMenu library中的SlidingFragmentActivity,让它继承于SherlockFragmentActivity,重新编译library导入

3. 水平移动导航条关联ViewPage:http://www.eoeandroid.com/thread-175041-1-1.html  3.1 这个是ViewPage带动画的,比较优秀:https://github.com/jfeinstein10/JazzyViewPager

4. 数据库处理使用ormlite:http://ormlite.com/  or      greenDroid:https://github.com/greenrobot/greenDAO

5. get,post的请求使用:https://github.com/loopj/android-async-http  或者  使用nio的库:https://github.com/koush/ion

6. 图片加载,包括ListView显示图片加载使用:https://github.com/square/picasso ,推荐这个,代码中考虑的更为的周全

https://github.com/thest1/LazyList  这个是我在项目中使用的

7. Json数据解析,有很多种,推荐使用FastJason:http://code.alibabatech.com/wiki/display/FastJSON/Home

8. ListView带快速搜索与键入搜索:listview右则搜索.rar

9. 推荐一个AFinal框架,不错,集合了FinalDB、FinalActivity、FinalHttp、FinalBitmap四个功能与一身,不过在单一使用的情况下,还是使用单一功能的框架比较好

10. 仿IPhone时间滚轮控件:iPhone时间转轮控件.rar

11. 在android sdk3.0以下使用ActionBar  安装使用教程(亲测)http://blog.csdn.net/daguaio_o/article/details/8028695

12. 多线程多任务队列断点下载,同时也提供开始、暂停功能,更多功能有待发掘,开源。本身jar有500k,感觉有点儿大,建议根据自己需要提取所需的代码。https://github.com/white-cat/ThinkAndroid

13. GreenDroid 一个漂亮的android ui库,推荐使用QuickAction

14. 手势放大缩小,双击放大缩小图片:https://github.com/jasonpolites/gesture-imageview

15. android缓存框架:https://github.com/yangfuhai/ASimpleCache

16. 把优酷、土豆等取出它们真是的视频播放地址:http://vparser.com/

17. 开源中国的Maven库:http://maven.oschina.net/static/help.html

18. 针对新浪微博,腾讯微博的认证与分享demo:https://github.com/cstdr/WeiboSDKDemo.git

19. 一个可以替换ImageView的工具,smartImageView,来自github:http://loopj.com/android-smart-image-view/

20. 图片放大与缩小:github的phoneView  如果需要在放大缩小上再加上旋转,请参考集合项目https://github.com/codepanda-ch/android-gestureimageview

最新文章

  1. 【leetcode】Remove Duplicates from Sorted List
  2. 活用UML-软件设计高手(广州 2014年6月14-15日)
  3. C++ essentials 之 union
  4. Ubuntu驱动摄像头
  5. 前端构建工具grunt
  6. Python的pep8(代码规范)
  7. 给eclipse装一些插件
  8. C++中用rand()和srand()产生随机数方法介绍
  9. 完美版cookie设置/得到/删除2016/423
  10. 一入OI深似海 4 —— 纪念我最后一次PJ(中)
  11. Fiddler抓包【7】_次要功能和第三方插件
  12. stored information about method csdn
  13. jsp查询修改
  14. go 匿名函数和闭包
  15. 使用 ResponseBodyAdvice 拦截Controller方法默认返回参数,统一处理返回值/响应体
  16. Java中Calendar.DAY_OF_WEEK需要减一的原因
  17. 1135 Is It A Red-Black Tree
  18. Web前端测试要点
  19. 与HttpSessionListener接口有关的方法是。
  20. Jmeter进行接口的性能测试

热门文章

  1. Topcoder 多校T-shirt场
  2. [转]日期格式化(yyyy-MM-dd)中,为什么 M 多大写?
  3. Maven在项目中的应用
  4. Docker初识
  5. codeforces 439C Devu and Partitioning of the Array(烦死人的多情况的模拟)
  6. POJ 2923 Relocation (状态压缩,01背包)
  7. Android线程消息通信(一)
  8. Webpack教程二
  9. java系统属性
  10. 2014多校第三场1005 || HDU 4891 The Great Pan(模拟)