#viewmodel (21 Repositories)
Ranked open-source repositories tagged with #viewmodel, scored by pull request acceptance likelihood and maintainer engagement velocity.
4.8%
0.0h
21 repositories tagged #viewmodel
sebaslogen/resaca
Compose Multiplatform library to scope ViewModels to a Composable, surviving configuration changes and navigation
marcellogalhardo/retained
[ACTIVE] A lightweight alternative to Android's ViewModels. The easiest way to retain instances in Activities, Fragments or Composables.
howshea/GeekNews
An MVVM practice app that uses Kotlin, DataBinding, LiveData, ViewModel and Room. The app's data source is from https://gank.io/api
lulululbj/wanandroid
Jetpack MVVM For Wanandroid 最佳实践 !
bachhoan88/CleanArchitecture
Android Kotlin Clean Architecture
TakuSemba/JetHub
Sample App with Jetpack components(LiveData, Navigation, ViewModel) + MVVM + coroutine + single activity
RajashekarRaju/compose-actors
:robot: Android app built with jetpack :rocket: compose follows new revamped guide to app architecture. Implemented with State, Coroutines :curly_loop:, ViewModels, Repository pattern, Light/Dark theme :rainbow: MD3, Animations, Draw on canvas, Custom layouts, UI state handling, :cyclone: Image loading with coil, Palette :art: usage and dynamic theming etc.
agileobjects/AgileMapper
A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.
Shouheng88/arch-android
Type based Jetpack MVVM library.
Farhandroid/AndroidCleanArchitecture
This is a project built with Love ❤️ and also with Clean architecture in Android .
jianjunxiao/wanandroid
JetPack Compose实现的Wanandroid客户端
TheCodeMonks/NYTimes-iOS
🗽 NY Times is an Minimal News 🗞 iOS app 📱 built to describe the use of SwiftSoup and CoreData with SwiftUI🔥
wzqjava/MVVMSmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
rakshit444/news-sample-app
A sample news app which demonstrates clean architecture and best practices for developing android app
jenly1314/MVVMFrame
🏰 MVVMFrame 是一个基于Google官方推出的JetPack构建的快速开发框架。从此构建一个MVVM模式的项目变得快捷简单。
RxSwiftCommunity/RxViewModel
ReactiveViewModel-esque using RxSwift
piashcse/Hilt-MVVM-Compose-Movie
Movie World 📱 android app built with Jetpack Compose, Hilt, Coroutines, Flow, Room, ViewModel based on MVVM architecture recommended by Google. It offers a clean, scalable, and maintainable codebase for Android development.
foxsofter/LPDMvvmKit
LPDMvvmKit - Elegant MVVM framework in Objective-C.
erikjhordan-rey/Android-Architecture-Components-Kotlin
Sample used to practice Kotlin and Android Architecture Components.
piashcse/kmp-movie
KMP Movie 📱 app for Android, iOS, Desktop and Web built with Compose Multiplatform, Coroutine, Flow and ViewModel based on MVVM architecture recommended by Google.
fabioCollini/ArchitectureComponentsDemo
Kotlin demo project that uses some Android Architecture Components (ViewModel and LiveData) with Dagger 2 and Coroutines