Forwards
Travelling on through software development
Blog Pages
(Move to ...)
About Cirrious Ltd and Stuart Lodge
MvvmCross questions?
Video: MvvmCross at NDC Oslo 2013
MvvmCross at Evolve 2013
MvvmCross and Azure Video of Talk
MvvmCross Video Xaminar
MvvmCross binaries
MvvmCross link list...
@slodge
@mvvmcross
▼
Thursday, May 24, 2012
Showing Console output in Windows Phone 7 Emulator
›
Sometimes its useful to see some debug output from the internals of your WP7 App without attaching a debugger. One such time was this morn...
1 comment:
Tuesday, May 22, 2012
How do I bind multiple properties in an Android layout element in MvvmCross?
›
The question.... I'm using MvvmCross to databind my ViewModel to an Android View layout. From the SimpleBinding example I can see ...
How do I do bind custom properties in MvvmCross?
›
The question I am using MvxBindableListView to bind a List<> of data objects to a ListView . The layout I am using for the r...
Friday, May 18, 2012
A question about Application LifeCycle in MvvmCross (especially Mono for Android and MonoTouch)
›
I got asked on StackOverflow about: I've a ViewModel which contains a Team which has a Players property which is a list of Player...
Wednesday, May 16, 2012
Monodroid application initialization and lifecycle in MvvmCross
›
The startup/setup lifecycle pattern for Android (Monodroid) within MvvmCross was one of the features that I loved and borrowed from within M...
Monday, May 14, 2012
A MonoDroid MvvmCross experiment in autocomplete
›
I got asked a question about implementing Mono for Android/MonoDroid autocomplete support on Jabbr - http://jabbr.net/#/rooms/mvvmcross ...
Portable Class Libraries in MvvmCross vNext
›
The first version of MvvmCross provided an excellent way to share ViewModel, Model and Service code between WP7, WindowsRT, MonoTouch and M...
5 comments:
Thursday, May 10, 2012
One pattern for error handling in MvvmCross
›
One pattern for how to handle errors/exceptions during async calls in MvvmCross is available in the BestSellers example: MvvmCross BestSe...
8 comments:
Using Custom ViewModelLocators in MvvmCross
›
In MvvmCross, the "container" for ViewModelLocators is the MvxApplication object. By default it uses a convention based Mv...
Adding custom bindings in MvvmCross for Android/MonoDroid
›
The MvvmCross binding framework automatically adds one-way bind (from ViewModel to View) to all existing public Properties on any MonoDroi...
‹
›
Home
View web version