-
Updated
May 19, 2020 - JavaScript
#
mvvm
Here are 3,998 public repositories matching this topic...
Knockout makes it easier to create rich, responsive UIs with JavaScript
Uber's cross-platform mobile architecture framework.
android
ios
mobile
mvc
architecture
mvp
mvvm
mobile-app
viper
architectural-patterns
mobile-development
-
Updated
May 8, 2020 - Java
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
android
ios
framework
reactivex
xamarin
csharp
dotnet
uwp
wpf
winforms
mvvm
reactive-programming
reactiveui
reactive-extensions
functional-reactive-programming
xamarin-forms
tizen
first-timers
fody
sponsorship
-
Updated
Aug 18, 2020 - C#
是 难得一见 的 Jetpack MVVM 最佳实践!在 以简驭繁 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
android
music
music-player
navigation
mvvm
jetpack
mvvm-architecture
databinding
mvvm-android
livedata
androidx
jetpack-navigation
jetpack-android
jetpack-lifecycle-components
databinding-android
livedata-viewmodel
-
Updated
Aug 14, 2020 - Java
云阅:一款基于网易云音乐UI,使用WanAndroid、Gank.Io及时光网api开发的符合Google Material Design的Android客户端。项目采取的是MVVM-DataBinding架构开发,主要包括:玩安卓区、干货区和电影区三个子模块。
android
room
webview
mvvm
reader
google-material
rxjava2
mtime
retrofit2
gankio
netease-cloud-music
gank
mvvm-databing
wanandroid
cloudreader
-
Updated
Aug 5, 2020 - Java
android
kotlin
best-practices
architecture
mvvm
android-application
clean-architecture
kotlin-coroutines
-
Updated
Aug 10, 2020 - Kotlin
An advanced template project
android
framework
react-native
rxjava
mvp
mvvm
android-sdk
dialog
android-library
android-application
toast
glide
rxjava2
retrofit2
okhttp3
android-framework
flutter
mvparms
zblibrary
-
Updated
Jul 17, 2020 - Java
Example of Clean Architecture of iOS app using RxSwift
-
Updated
May 22, 2020 - Swift
SetTrend
commented
Jul 28, 2020
What would you like clarification on:
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when
android
plugin
mvvm
android-architecture
dagger2
rxjava2
mvp-architecture
retrofit2
model-view-presenter
presenter
mvp-pattern
mvvm-architecture
databinding
mvp-android
mvvm-databing
dagger2-mvp
androidmodule
mvvm-android
virtualapk
databinding-android
-
Updated
Jun 29, 2020 - Java
-
Updated
Aug 18, 2020 - Kotlin
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
android
room
database
rxjava
mvvm
android-architecture
dagger2
rxjava2
fast-android-networking
android-debug-database
mvvm-architecture
placeholderview
dagger2-mvvm
mindorks
android-mvvm-architecture
-
Updated
Jul 29, 2020 - Java
Use WTM to write .netcore app fast !!!
-
Updated
Aug 18, 2020 - C#
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.
-
Updated
Jul 27, 2020 - C#
Monkey is a unofficial GitHub client for iOS,to show the rank of coders and repositories.
github
octokit
github-api
ios
oauth
objective-c
mvvm
oauth-client
github-oauth
star
github-client
monkey
oauth2-client
github-trending
-
Updated
May 9, 2020 - Objective-C
GitHub iOS client in RxSwift and MVVM-C clean architecture
github
graphql
swift
open-source
rest
networking
rxswift
fastlane
mvvm
moya
cleanarchitecture
mvvm-architecture
-
Updated
Aug 15, 2020 - Swift
swift
ios
rxswift
mvvm
ios-swift
coordinator
mvvm-architecture
rxswift-extensions
coordinator-pattern
mvvm-c
mvvm-coordinator
-
Updated
Jul 23, 2020 - Swift
android
kotlin
room
flow
coroutines
mvvm
kotlin-android
moshi
material-components
retrofit2
coroutines-android
mvvm-android
livedata
android-architecture-components
dagger2-android
room-persistence-library
viewbinding
kotlin-flow
livedata-viewmodel
-
Updated
Aug 16, 2020 - Kotlin
The practice of MVVM + Jetpack architecture in Android.
-
Updated
Aug 18, 2020 - Kotlin
swift
learning
ios
tutorial
metal
xcode
article
spritekit
uikit
clean-code
mvvm
design-patterns
scenekit
awesome-list
curated-list
combine
arkit
coreml
coreml-framework
swiftui
-
Updated
Aug 16, 2020 - Swift
DMSkin WPF 样式 UI 框架 | WPF Borderless Window | Custom Controls & Styles | MVVM Support
-
Updated
Oct 17, 2019 - C#
Improve this page
Add a description, image, and links to the mvvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mvvm topic, visit your repo's landing page and select "manage topics."
Summary
Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a