/MyBaseLibProject

Rxjava+retrofit封装、通用列表基类、viewpager+tablayout+fragment(原生布局/自定义布局)通用基类、懒加载基类、自定义shape选择器。

Primary LanguageJava

MyBaseLibProject

1.gradle

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    compile 'com.github.Way169165:MyBaseLibProject:v2.4.3'
}

2.Screenshots

3.api

使用