美文网首页
【Android】使用 Kotlin + Jetpack 开发

【Android】使用 Kotlin + Jetpack 开发

作者: Tyhoo_Wu | 来源:发表于2020-11-22 13:05 被阅读0次

    使用最佳做法和推荐架构,构建强大而优质的应用。

    Android Jetpack 官网:https://developer.android.google.cn/jetpack

    根据 Google 提出的 应用架构指南 。使用最佳做法和推荐架构,构建强大而优质的应用。

    final-architecture.png

    项目地址:https://github.com/cnwutianhao/android-architecture-components-sample
    如果本项目对你有帮助请 Star 支持!!!

    使用到的 Jetpack 库:

    • Lifecycles
    • ViewModel
    • LiveData
    • DataBinding
    • Navigation
    • Room

    使用到的第三方库:

    • Glide
    • Hilt
    • Kotlin Coroutines
    • Retrofit
    • OkHttp
    • Gson

    © 2020 Tyhoo Wu, All rights reserved.

    相关文章

      网友评论

          本文标题:【Android】使用 Kotlin + Jetpack 开发

          本文链接:https://www.haomeiwen.com/subject/xvjuiktx.html