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

我常用的库和插件

2016-02-02 16:32 351 查看
记录在android开发过程中遇到的一些实用的库和插件。持续更新。

【Plugin】

butterknife 帮你findview的,需要和同名库使用

Gsonformat 格式化json数据,生成方便gson解析的对象

Lifecycle Sorter 生命周期方法位置排序

JsonOnlineViewer 在AS里查看json数据

File Grouping Plugin 按照文件名整理目录的工具(AS里搜索不到,只能下载安装)https://github.com/dmytrodanylyk/folding-plugin

【Repository】

复制到gradle中的dependencies即可使用

(请使用最新版本)

compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.bigkoo:convenientbanner:2.0.5'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.github.bumptech.glide:glide:3.6.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.google.code.gson:gson:2.5'
compile 'com.zhy:okhttputils:2.2.0'
compile 'com.android.support:recyclerview-v7:23.1.1'
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息