Skip to content
#

lifecycles

Here are 19 public repositories matching this topic...

基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.

  • Updated Feb 23, 2022
  • Java

📖A simple online dictionary app to look up meanings and definitions of words. Built using Kotlin and Jetpack Components (Hilt, Coroutines, Flow, Room, Lifecycle, and Navigation Component) based on MVVM and Single Activity Architecture.

  • Updated Dec 3, 2021
  • Kotlin

The ViewModel class is designed to store and manage UI-related data in a conscious way. The ViewModel is able to live through the configuration changes. It means that even after the Activity is destroyed and recreated after the phone rotation, you’ll still have the same ViewModel with the same data

  • Updated Mar 6, 2019
  • Kotlin

Improve this page

Add a description, image, and links to the lifecycles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lifecycles topic, visit your repo's landing page and select "manage topics."

Learn more