您的位置:首页 > 移动开发 > Android开发

[android lib]Android之项目推荐应用的第三方库

2014-04-14 23:34 183 查看
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&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

6. 加载,包含ListView显示加载应用:https://github.com/novoda/ImageLoader,应用这个库须要以下jar包libs.zip

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.c
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: