https://github.com/bl8/ReactivePhoneword
Sample Xamarin.Android app using ReactiveUI.
https://github.com/bl8/ReactivePhoneword
android reactiveui xamarin
Last synced: about 1 month ago
JSON representation
Sample Xamarin.Android app using ReactiveUI.
- Host: GitHub
- URL: https://github.com/bl8/ReactivePhoneword
- Owner: bl8
- License: mit
- Created: 2016-09-07T17:38:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T15:16:21.000Z (over 7 years ago)
- Last Synced: 2025-03-04T18:44:42.759Z (about 2 months ago)
- Topics: android, reactiveui, xamarin
- Language: C#
- Homepage:
- Size: 68.4 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactivePhoneword
This is a sample application based on the [Getting Started with Android](https://developer.xamarin.com/guides/android/getting_started/)
guide by Xamarin.
It's been ported to use the [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) pattern and
[ReactiveUI](http://reactiveui.net/), as a learning experience to try to understand and apply those concepts and tools.