All Projects → LoginMVVM → Similar Projects or Alternatives

694 Open source projects that are alternatives of or similar to LoginMVVM

Brick
【此git仓库已停止更新,其中的若干个模块将被拆分为多个仓库,详情请点开本人的仓库列表查看。】使用Kotlin Coroutine和ViewModel、LiveData等Android Jetpack组件搭建而成的MVP、MVVM架构框架。实现了业务代码的高复用性的核心特点,并且使用简单、代码简洁。 如果使用Retrofit作为网络请求工具,可以为Model层自动注入Retrofit Api实例,进一步精简代码。同样的,也可以注入Room数据库框架的Dao层接口。注:配合http模块食用,风味更佳!
Stars: ✭ 109 (+473.68%)
Mutual labels:  mvvm
Flutter mvvm example
MVVM in Flutter using ScopedModel
Stars: ✭ 107 (+463.16%)
Mutual labels:  mvvm
aka-ios-beacon
The missing binding framework for iOS
Stars: ✭ 13 (-31.58%)
Mutual labels:  databinding
AndroidMVPArchitecture
Android MVP architecture sample project with or without RxJava and Dagger2 and Kotlin
Stars: ✭ 78 (+310.53%)
Mutual labels:  dagger2
Moviedb
A gorgeous TMDb client for Android
Stars: ✭ 103 (+442.11%)
Mutual labels:  mvvm
Tangle
Android injection using the Anvil compiler plugin
Stars: ✭ 65 (+242.11%)
Mutual labels:  dagger2
Refactored Umbrella
Example of Flow + LiveData w/ Room as single source of truth for data in an MVVM architecture
Stars: ✭ 100 (+426.32%)
Mutual labels:  mvvm
Podcasts-UIKit
OUTDATED. A clone of Apple's Podcasts. UIKit version.
Stars: ✭ 145 (+663.16%)
Mutual labels:  mvvm
Avaloniabehaviors
Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
Stars: ✭ 96 (+405.26%)
Mutual labels:  mvvm
Chat-App-Android
Chat app based on the MVVM architecture using Kotlin, ViewModel, LiveData, DataBinding and more.
Stars: ✭ 70 (+268.42%)
Mutual labels:  databinding
hros
基于SpringBoot的人事管理系统
Stars: ✭ 38 (+100%)
Mutual labels:  mvvm
Ios Architectures
Sample app for iOS architectures
Stars: ✭ 90 (+373.68%)
Mutual labels:  mvvm
Sunset-hadith
Islamic app written with Kotlin, using KTOR + coroutines + flow + MVVM + Android Jetpack + Navigation component. Old version using RxJava + Retrofit + OKHttp
Stars: ✭ 26 (+36.84%)
Mutual labels:  databinding
Architecturesamplewithfirebase
これは、iOSアプリを色々なアーキテクチャで実装してみたものです。
Stars: ✭ 89 (+368.42%)
Mutual labels:  mvvm
iOS-Clean-Architecture-Example
An iOS app designed using clean architecture and MVVM.
Stars: ✭ 50 (+163.16%)
Mutual labels:  mvvm
Tmdb
iOS application for the Movie DB
Stars: ✭ 88 (+363.16%)
Mutual labels:  mvvm
AvengersChat
💙 Android sample Avengers chat application using Stream Chat SDK based on MVVM (ViewModel, Coroutines, Room, Hilt, Repository) architecture.
Stars: ✭ 350 (+1742.11%)
Mutual labels:  databinding
Rxmarvel
Playing around marvel public API with RxSwift, Argo, Alamofire
Stars: ✭ 86 (+352.63%)
Mutual labels:  mvvm
Updoot
A reddit client built for android
Stars: ✭ 51 (+168.42%)
Mutual labels:  mvvm
NoWordsChat
No Words Chat,Just For Fun! Use MVVM,DataBinding,Fresco......
Stars: ✭ 46 (+142.11%)
Mutual labels:  databinding
Moviehunt
Movie Android App written in Kotlin, MVVM, RxJava, Android Architecture Components.
Stars: ✭ 199 (+947.37%)
Mutual labels:  mvvm
Reactivehistory
Reactive undo/redo framework for .NET.
Stars: ✭ 82 (+331.58%)
Mutual labels:  mvvm
UdacityPopularMovies
An Android app, that helps you browse most popular and most rated movies. This project is created for Udacity Android Developer Nanodegree.
Stars: ✭ 26 (+36.84%)
Mutual labels:  dagger2
Kata-Dagger2-Android
Kata to practice Dependency injection using Dagger 2.
Stars: ✭ 21 (+10.53%)
Mutual labels:  dagger2
Simple-Note-App-with-Online-Storage
✍️ Simple Note Making App use Sqllite Room 🧰 for caching the notes and 📥 Firebase Database for online storage
Stars: ✭ 42 (+121.05%)
Mutual labels:  dagger2
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+12552.63%)
Mutual labels:  mvvm
Mvvm
A Flutter MVVM (Model-View-ViewModel) implementation. It uses property-based data binding to establish a connection between the ViewModel and the View, and drives the View changes through the ViewModel.
Stars: ✭ 80 (+321.05%)
Mutual labels:  mvvm
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (+42.11%)
Mutual labels:  dagger2
Mvvmexample1
A simple of example of MVVM in Android with LiveData and MutableLiveData
Stars: ✭ 76 (+300%)
Mutual labels:  mvvm
android-mvvm-example
Android MVVM pattern example app
Stars: ✭ 26 (+36.84%)
Mutual labels:  databinding
Bedrock
a plugin framework for winform application
Stars: ✭ 74 (+289.47%)
Mutual labels:  mvvm
Github-Trending-Repos
An Android App that lists the most trending repositories from Github.
Stars: ✭ 57 (+200%)
Mutual labels:  databinding
Wpfbindingerrors
💥 Turn WPF Binding errors into exception
Stars: ✭ 73 (+284.21%)
Mutual labels:  mvvm
UBind
UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.
Stars: ✭ 57 (+200%)
Mutual labels:  databinding
FindTaek
📦 내가 시킨 택배가 어디까지 왔는지 확인해보세요
Stars: ✭ 26 (+36.84%)
Mutual labels:  mvvm
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (+236.84%)
Mutual labels:  mvvm
AndroidVIP
Android project to experiment the VIPER approach using mosby, RxJava and dagger2
Stars: ✭ 21 (+10.53%)
Mutual labels:  dagger2
Clean Marvel Kotlin
This repository contains a detailed sample app that implements Clean architecture and MVP in Kotlin using RxJava2, Retrofit
Stars: ✭ 27 (+42.11%)
Mutual labels:  dagger2
Delight
Delight is an open source component-oriented framework for Unity.
Stars: ✭ 201 (+957.89%)
Mutual labels:  mvvm
Mini Mvvm
基于 virtual dom 的轻量级mvvm库 >_<#@!
Stars: ✭ 62 (+226.32%)
Mutual labels:  mvvm
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (+163.16%)
Mutual labels:  dagger2
LocationAware
Set alarms for location in map
Stars: ✭ 34 (+78.95%)
Mutual labels:  dagger2
mvp-architecture-kotlin-dagger-2-retrofit-android
Android Application MVP (Model-View-Presenter) architecture example using Dagger2 Dependency Injection (DI) and Retrofit Tutorial using Kotlin programming language.
Stars: ✭ 15 (-21.05%)
Mutual labels:  dagger2
Xuui
xLua的mvvm框架,支持ugui,ngui,fairyGUI。。。
Stars: ✭ 199 (+947.37%)
Mutual labels:  mvvm
Disneymotions
🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, LiveData, Room, Repository, Koin) architecture.
Stars: ✭ 1,105 (+5715.79%)
Mutual labels:  mvvm
ContactsApp
Go-Jek Engineering Task Used MVP and Unit Testing Espresso, Mock Webserver and Activity Instrumentation Tests ,RxJava + RxAndroid + Retrofit 2 + OkHttp 3 + Dagger2 + ButterKnife+ Glide + Active Android ORM
Stars: ✭ 21 (+10.53%)
Mutual labels:  dagger2
Tdcapp
Sample app which access the TDC (The Developer's Conference) REST API.
Stars: ✭ 55 (+189.47%)
Mutual labels:  mvvm
BookReader
📕 "任阅" 网络小说阅读器,3D翻页效果、txt/pdf/epub书籍阅读、Wifi传书~
Stars: ✭ 6,113 (+32073.68%)
Mutual labels:  dagger2
ProjectPatternStudy
Android MVC、MVP、MVVM-databinding、MVP-databinding 架构单元示例
Stars: ✭ 32 (+68.42%)
Mutual labels:  databinding
MoviesApp
A Movie Application uses TheMovie API, MVVM architecture and all jetpack components.
Stars: ✭ 100 (+426.32%)
Mutual labels:  dagger2
Zhuishushenqi
追书神器Swift版客户端(非官方)。 不断更新中......
Stars: ✭ 196 (+931.58%)
Mutual labels:  mvvm
Anko Core
基于Kotlin+Anko+协程+Retrofit2的demo,完全采用anko DSL布局,也可以作为Android快速开发框架,大量常用工具类,扩展函数
Stars: ✭ 189 (+894.74%)
Mutual labels:  mvvm
moer
一个全新的基于Proxy的MVVM框架
Stars: ✭ 13 (-31.58%)
Mutual labels:  mvvm
ReMVVM
ReMVVM is an application architecture concept, marriage of Unidirectional Data Flow (Redux) with MVVM.
Stars: ✭ 180 (+847.37%)
Mutual labels:  mvvm
Dagger2-Sample
Very simple example to use Dagger 2
Stars: ✭ 13 (-31.58%)
Mutual labels:  dagger2
Mvvmtemplate
An Android Template with MVVM and Clean Architecture
Stars: ✭ 182 (+857.89%)
Mutual labels:  mvvm
Learn Vue2 Mvvm
快速了解 Vue2 MVVM
Stars: ✭ 184 (+868.42%)
Mutual labels:  mvvm
Mvvm Android
Build MVVM APP With Kotlin,完整示例见PaoNet
Stars: ✭ 184 (+868.42%)
Mutual labels:  mvvm
Mnweibo
Swift5 + MVVM + 文艺复兴微博(纯代码 + 纯Swift),可作为第一个上手的Swift项目.
Stars: ✭ 183 (+863.16%)
Mutual labels:  mvvm
NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, Data…
Stars: ✭ 38 (+100%)
Mutual labels:  databinding
301-360 of 694 similar projects