mvvm
Here are 3,829 public repositories matching this topic...
As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (Confirmation, Location Refinements, Menu) UIViewCont
是 难得一见 的 Jetpack MVVM 最佳实践!在 以简驭繁 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
-
Updated
Jul 12, 2020 - Java
云阅:一款基于网易云音乐UI,使用WanAndroid、Gank.Io及时光网api开发的符合Google Material Design的Android客户端。项目采取的是MVVM-DataBinding架构开发,主要包括:玩安卓区、干货区和电影区三个子模块。
-
Updated
Jun 24, 2020 - Java
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
Add Missing XML Docs
-
Updated
Jun 24, 2020 - Kotlin
Can you generate API docs for MvvmCross code?
Like for example:
- Andorid API
- AutoFac API
- and many others (all libs from Microsoft, Google ...)
Why?
- API dosc boost developers productivity - You easy look through the code (without decompiling it).
- API docs
DESCRIPTION
When you have a certain custom theme color selected, you can't just undo that by clicking "reset", or "default".
No option/button to select/go back to default theme, after the custom color is selected.
An advanced template project
-
Updated
Mar 19, 2020 - Java
Example of Clean Architecture of iOS app using RxSwift
-
Updated
May 22, 2020 - Swift
What would you like to be added:
Implement the TextBlock.MaxLines. It's not implemented yet:
https://github.com/unoplatform/uno/blob/4bd015b98029ae8c121a5ad9d36268742fb76b8e/src/Uno.UI/UI/Xaml/Documents/UIElementTextHelper.wasm.cs#L107_L110
Documentation:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textblock.maxlines
Solution:
https://twitter.com/addyosmani/st
-
Updated
Jun 29, 2020 - Java
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
-
Updated
Mar 26, 2020 - Java
Use WTM to write .netcore app fast !!!
-
Updated
Jul 9, 2020 - C#
I had a look through the docs and they still reference Windows Phone and Silverlight. The Basic Configuration page shows examples of Silverlight running in IE11.
Is there any plan to update the docs? I'm not sure how suitable it is for a new WPF application based on the docs alone.
Monkey is a unofficial GitHub client for iOS,to show the rank of coders and repositories.
-
Updated
May 9, 2020 - Objective-C
GitHub iOS client in RxSwift and MVVM-C clean architecture
-
Updated
Jul 3, 2020 - Swift
-
Updated
Jun 25, 2020 - Swift
-
Updated
Jul 4, 2020 - Kotlin
-
Updated
Jul 11, 2020 - Kotlin
The practice of MVVM + Jetpack architecture in Android.
-
Updated
Jul 12, 2020 - Kotlin
-
Updated
Jul 1, 2020 - Swift
Track Next versions
Global roadmap can be found here: https://trello.com/b/1q0TNsWv/neutronium
Note that this roadmap is susceptible to changes.
Version 1.7.0
- Neutronium.Core
- Support of binding to IObservable interface
Version 1.8.0
- Neutronium.Core
- Support of complex javascript deserialization when used as command argument (Today only basic types and object converted from C# are supp
RxTiPresenterUtils.deliverLatestCacheToView caches and re-delivers all items emitted by the source.
Look at this log output. When the view is detached, several items are emitted by the source, but not delivered. This is correct so far.
After the view is reattached, all of the items are delivered again, including those which had already been delivered (c9915aa) and those which should
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."


What is the more modern, common approach to using knockout? I want to start using knockout to build my web applications. But I also want to use powerful, latest javascript features while still supporting most old browsers.
I am currently just creating an index.html, scripts.js, and styles.css file and including the knockout library as a CDN into my html file. But this is very limiting to explor