登录 注册
当前位置:主页 > 资源下载 > 14 > android_GirlsList_app:一款运用Hilt、Room、KotlinCoroutines和Retrofit实现MVVM架构的Java8源码项目

android_GirlsList_app:一款运用Hilt、Room、KotlinCoroutines和Retrofit实现MVVM架构的Java8源码项目

  • 更新:2024-12-11 19:16:38
  • 大小:2.02MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Kotlin - 后端
  • 格式:ZIP

资源介绍

java8 源码 Android & Kotlin:Retrofit + Hilt 实现 看妹子app 今天来学习一下android网络数据的访问,以及使用hilt dagger进行组件注入的实现。 0.效果展示 1. 依赖 使用到的技术栈: Android studio 4.01 fragment Retrofit Lifecycle Kotlin Coroutines Hilt Room Navigation Glide Timber 完整dependencies如下: dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core-ktx:1.3.1' implementation 'an