LazyNetForAndroid 这是一个android网络请求和网络状态监听的库,带缓存功能;具体介绍待完善 <<<<<<< HEAD Step 1. Add the JitPack repository to your build file allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { implementation 'com.github.Robin-jiangyufeng:LazyNetForAndroid:Tag' } * dev