yangzc0235 / infomation-master

mvp+retrofit+glide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HLOLI

中文 | English

声明:此项目为模仿掌上英雄联盟部分功能的练手项目,不作商业用途。如果涉及侵权请告知删除,涉及商业侵权与本人无关。

目录结构

一、开发环境

开发工具 开发语言 SDK版本 JDK版本
AndroidStudio2.1 JAVA 25 1.8

二、应用截图

图2.1

图2.2

图2.3

图2.4

图2.5

图2.6

图2.7

三、第三方库

compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
//retrofit和rxjava
compile 'io.reactivex:rxjava:1.1.0'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.0-beta4'
compile 'com.squareup.okhttp3:logging-interceptor:3.1.2'
compile 'com.jakewharton:butterknife:7.0.1'
//gldie加载图片
compile 'com.github.bumptech.glide:glide:3.7.0'
//轮播图
compile 'com.jude:rollviewpager:1.4.6'   

四、下载地址

点击下载

五、Issue

本项目数据源来自掌上英雄联盟,基于MVP架构(新手轻喷)的练手项目。如果觉得不错或者有帮助,赏脸给个星呗~~如有任何问题,欢迎大家Issue

About

mvp+retrofit+glide

License:Apache License 2.0


Languages

Language:Java 100.0%