zoukankan      html  css  js  c++  java
  • android -------- Retrofit + RxJava2.0 + Kotlin + MVP 开发的 WanAndroid 项目

    简介

    wanandroid项目基于 Retrofit + RxJava2.0 + Kotlin + MVP

    用到的依赖

        implementation 'io.reactivex.rxjava2:rxjava:2.1.3'
        implementation 'com.squareup.retrofit2:retrofit:2.3.0'
        implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
        implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
        implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
        implementation 'com.github.bumptech.glide:glide:3.7.0'
    
        implementation 'cn.bingoogolapple:bga-banner:2.2.4'
        implementation 'com.just.agentweb:agentweb:1.0.3'
    
        /** loading状态组件 **/
        implementation 'com.github.ybq:Android-SpinKit:1.1.0'
    
        /**状态栏**/
        implementation 'com.gyf.barlibrary:barlibrary:2.3.0'
    
        implementation 'com.hyman:flowlayout-lib:1.1.2'
    
        implementation 'com.alibaba:fastjson:1.1.68.android'

    还有下拉刷新 SmartRefreshLayout

    效果图      

     

     

     

           

    玩Android的Api是免费的,感谢WanAndroid提供的数据来源

    鸿洋大佬提供的API 接口 http://www.wanandroid.com/blog/show/2

    项目地址: https://github.com/DickyQie/wanandroid

  • 相关阅读:
    js入门
    小程序事件处理
    Vue组件传递数据
    Vue+webpack
    vue总结
    Vue指令
    最优化练习题
    最优化学习笔记
    概率与统计分析练习题
    概率与统计分析学习笔记
  • 原文地址:https://www.cnblogs.com/zhangqie/p/10439151.html
Copyright © 2011-2022 走看看