码迷,mamicode.com
首页 > 移动开发 > 详细

Android Studio使用的依赖

时间:2017-12-10 21:39:36      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:activex   1.0   com   2.3   hub   out   volley   orm   数据   

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使用的依赖

标签:activex   1.0   com   2.3   hub   out   volley   orm   数据   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!