ANDROID 开发常用的框架、工具、API

来源:互联网 发布:宾馆管理系统数据库 编辑:程序博客网 时间:2024/06/09 22:23

以下是我整理的安卓开发常用的工具、框架、API的集合,希望大家有帮助!


1、RecyclerView items的动画库

    github https://github.com/wasabeef/recyclerview-animators


2、Picasso一个强大的图片下载与缓存的库

    github地址:https://github.com/square/picasso


3、Glide图片加载和缓存的库,用法基本和Picasso差不多

    github地址:https://github.com/bumptech/glide


4、UltimateRecyclerView:终极RecyclerView,能实现各种想要的效果。

    github地址:https://github.com/cymcsg/UltimateRecyclerView


5、网络请求框架:retrofit

    http://www.jianshu.com/p/a94e38636fde

    github地址:https://github.com/square/retrofit


6、Fresco 图片框架

    http://fresco-cn.org/


7、DBExecutor 数据库框架

    https://github.com/LuckyJayce/DBExecutor/


8、okhttp网络请求框架

    https://github.com/hongyangAndroid/okhttputils

    http://blog.csdn.net/qq_34997963/article/details/51778985


9、greendao数据库框架

    http://blog.csdn.net/qq_34997963/article/details/51933241


10、zxing框架扫描和生成二维码

    https://github.com/yipianfengye/android-zxingLibrary/


11、注解框架 ButterKnife(黄油刀)

    http://blog.csdn.net/qq_34997963/article/details/51803843

    https://github.com/JakeWharton/butterknife


12、、Volley网络框架的简单使用

    https://github.com/bacy/volley

    http://blog.csdn.net/qq_34997963/article/details/51775121


13、Android 快速开发库(UI界面、网络、进阶、综合)

    https://github.com/yingzikeji/AndroidRapidLibrary


14、摇一摇,录音,二维码等

    https://github.com/yingzikeji/androidSensor


15、Android交互动画库

    https://github.com/dayiming/SpringingLayout


16、Android项目源码BaseAnimation数百种动画效果集合

    https://github.com/z56402344/BaseAnimation


17、Android Utils set 安卓 工具类 集合

    https://github.com/SuperKung/AndroidUtils


18、安卓在线视频,本地,直播,切换画面比例,软硬解码切换,支持手机,盒子播放.

    https://github.com/gcoldcoffee/Vitamio_IJKPlay_MediaPlay


**基于Android系统Api封装常用工具类(很全的)

    https://github.com/yingzikeji/AndroidCommon

0 0