# WAndroidKt **Repository Path**: sssdeku/WAndroidKt ## Basic Information - **Project Name**: WAndroidKt - **Description**: 安卓玩 Kotlin版本 - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-22 - **Last Updated**: 2022-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [感谢玩安卓](https://www.wanandroid.com/) 开发接口支持 - - - # *WAndroid App(MVP)* **界面展示** | ![1.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/1.png) | ![2.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/2.png) | ![3.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/3.png) | |:-----------------------------------------------------------------------|:-----------------------------------------------------------------------|:-----------------------------------------------------------------------| | ![4.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/4.png) | ![5.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/5.png) | ![6.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/6.png) | | ![7.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/7.png) | ![8.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/8.png) | ![9.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/9.png) | | ![10.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/10.png) | ![11.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/11.jpg) | ![12.png](https://github.com/ldc2017/WAndroidKt/blob/master/images/12.jpg) | # [**WanAndroid 接口地址**](https://www.wanandroid.com/blog/show/2) ## 使用类库 ``` // // https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit implementation group: 'com.squareup.retrofit2', name: 'retrofit', version: '2.7.2' // https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-gson implementation group: 'com.squareup.retrofit2', name: 'converter-gson', version: '2.7.2' // https://mvnrepository.com/artifact/com.squareup.retrofit2/adapter-rxjava2 implementation group: 'com.squareup.retrofit2', name: 'adapter-rxjava2', version: '2.7.2' // implementation 'com.squareup.okhttp3:logging-interceptor:3.12.3' // implementation 'com.ashokvarma.android:bottom-navigation-bar:2.1.0' // implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation 'io.reactivex.rxjava2:rxjava:2.2.17' // implementation 'me.yokeyword:fragmentationx:1.0.2' implementation 'me.yokeyword:fragmentationx-swipeback:1.0.2' // implementation 'com.blankj:utilcodex:1.26.0' // implementation "androidx.navigation:navigation-fragment:2.2.1" implementation "androidx.navigation:navigation-ui:2.2.1" // implementation "androidx.room:room-runtime:2.2.5" annotationProcessor "androidx.room:room-compiler:2.2.5" // implementation 'com.android.support:multidex:1.0.3' // implementation 'com.scwang.smart:refresh-layout-kernel:2.0.0-alpha-1' //核心必须依赖 implementation 'com.scwang.smart:refresh-header-classics:2.0.0-alpha-1' //经典刷新头 implementation 'com.scwang.smart:refresh-header-material:2.0.0-alpha-1' //谷歌刷新头 implementation 'com.scwang.smart:refresh-footer-classics:2.0.0-alpha-1' //经典加载 // implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.0' // implementation 'com.youth.banner:banner:2.0.0-alpha02' //预览版 // implementation 'com.squareup.picasso:picasso:2.71828' // implementation 'de.hdodenhof:circleimageview:3.1.0' // implementation 'com.yanzhenjie:permission:2.0.3' // implementation 'com.just.agentweb:agentweb:4.1.3' // (必选) //极光推送 implementation 'cn.jiguang.sdk:jpush:3.5.6' // 此处以JPush 3.5.6 版本为例。 implementation 'cn.jiguang.sdk:jcore:2.2.8' // 此处以JCore 2.2.8 版本为例。 // implementation 'com.google.android:flexbox:2.0.1' //圆角图片 implementation 'com.makeramen:roundedimageview:2.3.0' //接入微信分享 implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.5.8' //屏幕适配 implementation 'me.jessyan:autosize:1.2.1' //label implementation 'com.github.donkingliang:LabelsView:1.6.1' ```