问题描述
我目前做了很多WPF的发展,并已开始建立一些基本的Android应用程序。当创建WPF应用程序我经常使用MVVM,通常使用Prism,并想知道是否有MVVM的任何实例为Android平台?
I currently do a lot of WPF development and have started creating some basic Android apps. When creating WPF apps I often use MVVM, normally using Prism, and would like to know if there are any examples of MVVM for the Android platform?
推荐答案
我 Android-结合。就像@Brentley说,这是一个很新的项目,但我也希望能得到更多的嗡嗡声和经验,以便它可以得到改善。回到你的问题,我已经写了一些简单的介绍/教程MVVM与Android结合:
I am the developer of Android-Binding. Like @Brentley said, it's a very new project but I do hope to get more buzz and experience so that it can be improved. Back to your question, I have written some simple introduction/tutorials on MVVM with android-binding:
- Android MVVM Tutorials (with android binding)
- Introduction to Android Binding (codeproject)
- Model Validation in Android Binding (codeproject)
- Wiki in project homepage
潜在的使用者也请在项目课题组登记。
这篇关于Android的MVVM设计模式范例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!