# HLOLI ### [中文](README.md) | English #### Declaration:This project is just a practice that imitating some parts of LOL app and will never for commercial use.If this involves infringement please contact me and I will delete it soon. ### Contents - [Developing Environment](#1.0) - [App Screenshots](#2.0) - [Third Library](#3.0) - [Download apk](#4.0) - [Issue](#5.0)

1. Developing Environment

| Developing Tool | Developing Language |SDK Version |JDK Version| |:------ |:---------: | :-----: |:-----:| | AndroidStudio 2.1 | Java | 25 | 1.8 |

2. App Screenshots

screenshot 2.1
screenshot 2.2
screenshot 2.3
screenshot 2.4
screenshot 2.5
screenshot 2.6
screenshot 2.7

3. Third Library

compile 'com.android.support:appcompat-v7:25.1.0' compile 'com.android.support:design:25.1.0' //retrofit and 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 to load image compile 'com.github.bumptech.glide:glide:3.7.0' //banner compile 'com.jude:rollviewpager:1.4.6'

4. Download apk

#### [Click to download](apk/app-release.apk)

5. Issue

This project is based on MVP structure and just for practice. Thanks for the data from [League of Legends](https://lol.qq.com).If you think this app is not bad or do some help to you, give me a star if it is convenient.Any problems please [Issue](https://github.com/Yuanhongliang/HLOLI/issues)