Xamarin MvvmCross DREAMS is an opinionated take on how to make an MvvmCross app. If you have any comments, concerns, critique or ideas, please create an issue (or pull request :D)
No more worrying about naming conventions, PCL profiles, android support dependencies or which logging framework to use.
DREAMS is now available as a project template to make it even easier for you to get up and running as fast as possible. Just follow these steps:
The solution in structured around the Model-View-ViewModel (MVVM) pattern. For those unfamiliar with this pattern it basically boils down to this:
In addition to the 3 main layers, there is a collection of classes we should mention as well:
The folder structure aims to have folders separated by their feature rather than their type.
The solution is released with 5 screens:
The solution uses NLog to log to the console and to disk (a logfile).
MvvmCross �� Check out mvvmcross.com to get started with MvvmCross �� MvvmCross is a cross-platform MVVM framework. It enables developers to create apps using the MVVM pattern on Xamarin.iOS, Xamarin.
MvxPlugins Plugin NuGet version Fetcher Logger Dialog Fetcher The fetcher plugin is a small wrapper around https://github.com/mgj/fetcher that allows you to inject the IFetcherService interface in you
我正在尝试在MVVMCross Xamarin Adroid应用程序中使用ActionBar。我能够在片段中加载布局,问题是上下文总是指向MainView而不是布局视图。我试图更改上下文,但资源异常。错误是 Java.Lang.NullPointerException:尝试在 null 对象引用上调用虚拟方法 'android.content.res.Resources android.conte
无法安装包“MVVMCROSS.PortableSupport 3.2.2”。您正试图将此包安装到目标为“Xamarin.ios,version=v1.0”的项目中,但该包不包含与该框架兼容的任何程序集引用或内容文件。有关详细信息,请与包作者联系。 请帮忙。
我们正在开发一个应用程序,当应用程序不活动时,它会收到吐司通知。但是看起来Mvvmcross核心已经控制了应用程序和rootframe。因此,当一个toast通知开始时,用户点击了那个toast并且应用程序没有完全启动到push中设置的uri,而是启动到应用程序启动时在Core中设置的页面。 我想问一下这个案子有什么解决办法吗?非常感谢:)
我正在使用MVVMCROSS6与Xamarin Android。刚刚升级到MVX6.2,但问题仍然存在。我正在跟随样例游乐场加载视页。我有一个活动持有3个选项卡的视图页。在活动的viewmodel中,将选项卡添加到ViewPager中: 在playground示例中,当通过导航到那些选项卡的viewmodel构建viewpager时,不会创建选项卡片段。片段只有在显示时才会被创建。 对于我的第二和