mvvm-architecture

There are 6939 repositories under mvvm-architecture topic.

  • hehonghui/android-tech-frontier

    【停止维护】一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目

  • Pokedex

    skydoves/Pokedex

    🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.

    Language:Kotlin8.1k198341.1k
  • Finb/Bark

    Bark is an iOS App which allows you to push custom notifications to your iPhone

    Language:Swift6.6k32280530
  • RetroMusicPlayer/RetroMusicPlayer

    Best Material You Design music player for Android

    Language:Kotlin4.7k791.4k841
  • kudoleh/iOS-Clean-Architecture-MVVM

    Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI

    Language:Swift4.3k619708
  • sergdort/ModernCleanArchitectureSwiftUI

    Example of Modern Domain Driven modularisation of iOS apps

    Language:Swift4k10358504
  • mxdldev/android-mvp-mvvm-flytour

    🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精力放在自己的项目的业务功能实现上,另外在长期的工作实践中总结整理大量的实用工具类在项目lib_common组件的util包当中方便大家调用。

    Language:Java3.2k2919559
  • khoren93/SwiftHub

    GitHub iOS client in RxSwift and MVVM-C clean architecture

    Language:Swift3.1k5550541
  • janishar/android-mvvm-architecture

    This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView

    Language:Java3k12047927
  • MVVM-Kotlin-Android-Architecture

    ahmedeltaher/MVVM-Kotlin-Android-Architecture

    MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit5

    Language:Kotlin2.5k5922612
  • android-modular-architecture

    vmadalin/android-modular-architecture

    📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.

    Language:Kotlin2.4k9725393
  • QuickBirdEng/XCoordinator

    🎌 Powerful navigation library for iOS based on the coordinator pattern

    Language:Swift2.4k36162189
  • VIPyinzhiwei/Eyepetizer

    🔥基于 Kotlin 语言仿写「开眼 Eyepetizer」的一个短视频 Android 客户端项目,采用 Jetpack + 协程实现的 MVVM 架构。

    Language:Kotlin2.1k3426441
  • qingmei2/MVVM-Architecture

    The practice of MVVM + Jetpack architecture in Android.

    Language:Kotlin1.9k4451280
  • NotyKT

    PatilShreyas/NotyKT

    📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.

    Language:Kotlin1.7k2285251
  • ArisGuimera/SimpleAndroidMVVM

    Proyecto de ejemplo con Clean Architecture, MVVM, Retrofit, Corrutinas, Dagger Hilt y mucho más acompañado de tutoriales por escritos y en vídeo.

    Language:Kotlin1.7k19171
  • skydoves/DisneyMotions

    🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, Room, Repository, Koin) architecture.

    Language:Kotlin1.5k379191
  • Myne

    Pool-Of-Tears/Myne

    An android app to download & read ebooks from Project Gutenberg, built with Jetpack Compose.

    Language:Kotlin1.3k108273
  • MarvelHeroes

    skydoves/MarvelHeroes

    ❤️ A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, Room, Repository, Koin) architecture.

    Language:Kotlin1.2k276167
  • SilenceDut/KnowWeather

    一款美观、实用的天气app。实践了模块化架构 和 Android Architecture Components

    Language:Java1.2k3824264
  • CoderMikeHe/WeChat

    🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)

    Language:Objective-C1.2k2328262
  • jdisho/Papr

    🌁 An Unsplash app for iOS

    Language:Swift1.1k3245147
  • CoderMikeHe/MHDevelopExample_Objective_C

    🔥🔥🔥 iOS开发技术要点汇总,核心功能配备文档。表情键盘布局、大文件分片上传、基于MVC的基类设计、MVVM+RAC实践、微信朋友圈实现方案等。

    Language:Objective-C1.1k2411177
  • Jetpack-MVVM-Scaffold

    KunMinX/Jetpack-MVVM-Scaffold

    人生苦短,让脚手架为你节省时间。(目前作为《最佳实践》项目的 Dev 版优先更新)

    Language:Java1k1410124
  • skydoves/pokedex-compose

    🗡️ Pokedex Compose demonstrates modern Android development with Jetpack Compose, Hilt, Coroutines, Flow, Jetpack (Room, ViewModel), and Material Design based on MVVM architecture.

    Language:Kotlin98266169
  • skydoves/DisneyCompose

    🧸 A demo Disney app using Jetpack Compose and Hilt based on modern Android tech stacks and MVVM architecture.

    Language:Kotlin971144160
  • VisualHFT

    visualHFT/VisualHFT

    VisualHFT is a WPF/C# desktop GUI that shows market microstructure in real time. You can track advanced limit‑order‑book dynamics and execution quality, then use its modular plugins to shape the analysis to your workflow.

    Language:C#9233814187
  • igorkulman/iOSSampleApp

    Sample iOS app demonstrating Coordinators, Dependency Injection, MVVM, Binding

    Language:Swift90018893
  • Catel/Catel

    An application development platform

    Language:C#893551.3k141
  • burhanrashid52/YoutubeUX

    With MVVM Architecture pattern using Android Architecture Components This is a sample app demonstrating Youtube player animation using constraint layout

    Language:Kotlin864203139
  • jarroyoesp/KotlinMultiPlatform

    Kotlin MultiPlatform App (Android, iOS, JVM & JS). MVVM/MVP - Kotlin MultiPlatform

    Language:Kotlin76827366
  • FunkyMuse/Vigilante

    🛡️ Android security (camera/microphone dots indicators) app using Hilt, Animations, Coroutines, Material, StateFlow, Jetpack (Room, ViewModel, Paging, Security, Biometrics, Start-up) based on MVVM architecture.

    Language:Kotlin7641519461
  • MovieHunt

    enginebai/MovieHunt

    Movie Android App written in Kotlin, MVVM, RxJava, Jetpack Compose (implementing), Android Architecture Components and Coroutine (Upcoming).

    Language:Kotlin760167282
  • Expenso-iOS

    sameersyd/Expenso-iOS

    A Simple Expense Tracker App built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID), Export CSV and MVVM Architecture.

    Language:Swift736181893
  • FlowMVI

    respawn-app/FlowMVI

    Architecture Framework for Kotlin. Reuse every line of code. Handle all errors automatically. No boilerplate. Build features in minutes. Analytics, metrics, debugging in 3 lines of code. Make all code thread-safe. 50+ features.

    Language:Kotlin70136125
  • mitchtabian/Open-API-Android-App

    Kotlin, MVI, Hilt, Retrofit2, Coroutines, Room Persistence, REST API, Token Authentication

    Language:Kotlin6942625233