-
**Description feedback/suggestion**
Before going furthuer(fix bugs or add more features), I guess this job should be done on priority.
And all business logics need to move out to viewmodel layer fr…
-
## Research Resources
This issue contains all resources that were used as a reference to build the project.
### Blogs, Links and Articles
- [Guidelines for Android Library Developers](https://pro…
-
Model-View-ViewModel (MVVM、モデル・ビュー・ビューモデル) は、独自のグラフィカルユーザーインターフェイス (GUI) を持つアプリケーションソフトウェアを、以下に述べるようなModel-View-ViewModelの3つの部分に分割して設計・実装するソフトウェアアーキテクチャパターンのことです。
Model-View-Controller (MVC) の派生パター…
-
Just like
![image](https://user-images.githubusercontent.com/5010169/100354638-0624dd80-3023-11eb-9cad-94b70c00a785.png)
but with moko module and configurable content:
- module name
- package nam…
-
Hi,
I have a requirement of making Xamarin.Android and Xamarin.iOS projects. (No Xamarin Forms). Does this library works with them as well?
Asking this question because other MVVM libraries do …
-
I know that this library support navigator scoped screen model. But in my case there is screen that already implement moko mvvm that i want to scope it with navigator, so i can share that viewmodel ac…
-
Hello,
I noticed we got a crash when using the extension method "GetRecyclerAdapter" of https://www.nuget.org/packages/MvvmLightAndroidSupport/ when building app on Mac only.
Here the few lines…
-
## What would you like to be added:
MVVM Cross support.
## For which Platform:
- [x] iOS
- [x] Android
- [x] WebAssembly
- [x] Windows
## Anything else we need to know?
Ongoing work is…
-
### Description
LinkerPleaseInclude has proven necessary in order to link apps without runtime issues. However, the current suggested way of doing is by including the `LinkerPleaseInclude` class whic…
-
For me this project is interesting because it is based on viewmodel pattern
I see it uses livedata, observe: very cool!
But I would have expected to see the binding like
```
```
(from https://de…