首页 Android Android之项目推荐使用的第三方库

Android之项目推荐使用的第三方库

1. 使用上拉更多,下拉刷新:https://github.com/JosephPeng/XListView-Andro…

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

2. 侧滑的菜单:SlidingMenu.rar(自己导入support-4v包)

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库

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

 

 

 

http://blog.csdn.net/fyq891014/article/details/10920433

免责声明:文章内容不代表本站立场,本站不对其内容的真实性、完整性、准确性给予任何担保、暗示和承诺,仅供读者参考,文章版权归原作者所有。如本文内容影响到您的合法权益(内容、图片等),请及时联系本站,我们会及时删除处理。

为您推荐

android studio查看android手机日志

android studio查看android手机日志

本文在尝试了,使用adb,eclipse查看log未果之后,使用android studio来查看unity打包的apk...
Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check t

Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check t

在android高版本开发环境(sdk 4.4)导入低版本(sdk 3.0)的工程时编译报错,报错信息如:Convers...
用Bundle和直接用Intent.putExtra(“xx”,yy)传递有什么不同

用Bundle和直接用Intent.putExtra(“xx”,yy)传递有什么不同

QQ群里一个提出来了 。。长知识了。。 Intent intent = new Intent(); intent.put...
Universal-Image-Loader解析——DisplayImageOptions的详细配置

Universal-Image-Loader解析——DisplayImageOptions的详细配置

在使用这个框架的时候,我们必须要配置一个DisplayImageOptions对象来作为ImageLoader.getI...
安卓测试环境的配置

安卓测试环境的配置

AndroidManifest.xml 配置 <uses-permission android:name="and...
返回顶部