首页 > 移动平台 > 详细

Android Studio使用的依赖

时间:2017-12-10 20:47:06      阅读:213      评论:0      收藏:0      [点我收藏+]

compile ‘com.android.support:recyclerview-v7:25.0.1‘ RecyclerView

compile ‘com.android.support:design:25.3.1‘ TabLayout组件

compile ‘com.squareup.okhttp3:okhttp:3.8.1‘ 网络请求 Okhttp
compile ‘com.google.code.gson:gson:2.8.1‘ Gson解析

compile ‘com.squareup.retrofit2:retrofit:2.3.0‘ 网络请求 Retrofit
compile ‘com.squareup.retrofit2:converter-gson:2.3.0‘ 网络请求所用Gson

compile ‘io.reactivex:rxjava:1.1.0‘ Rxjava
compile ‘io.reactivex:rxandroid:1.1.0‘
compile ‘com.squareup.retrofit2:adapter-rxjava:2.0.2‘

compile ‘com.android.support:recyclerview-v7:25.3.1‘ Recycler

compile ‘com.github.bumptech.glide:glide:3.8.0‘ 解析图片
compile ‘com.squareup.picasso:picasso:2.5.2‘ 解析图片

compile ‘com.recker.flybanner:flybanner:1.3‘ 自动轮播图(重要)

compile ‘com.jude:rollviewpager:1.4.5‘ 自动轮播图

compile ‘com.j256.ormlite:ormlite-android:5.0‘ ORM数据库

compile ‘eu.the4thfloor.volley:com.android.volley:2015.05.28‘ Volley

compile ‘com.recker.flybanner:flybanner:1.3‘ 支持无限循环的广告栏控件

compile ‘com.jakewharton:butterknife:7.0.1‘ Butterknife
compile ‘com.scwang.smartrefresh:SmartRefreshLayout:1.0.3‘

 

Android Studio使用的依赖

原文:http://www.cnblogs.com/ggjy/p/8018015.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!