Yes, but it depends... We are using the MVVM pattern (no framework) with Silverlight and MonoTouch to produce a Silverlight and an iPad client for our application.
We manage to have identical code (the same files) for both the Model and the ViewModel, with a little redundancy in the ViewModel. The View is completely different - as it should be - to take advantage of the differing platform capabilities. The same View code across the 3 platforms you mention would lead to a very strange user experience. But you should get a lot of reuse for the ViewModel and Model, if architected carefully. Dave -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Aaron Sent: 11 August 2011 22:31 To: [email protected] Subject: [MonoTouch] is my initial assumption correct? My assumption is that the mono frameworks for iphone and android can not be used to maintain a single codebase between windows phone 7, android and iphone. I've stumbled onto the framework looking for a way to maintain a single codebase in c# for all three mobile platforms. Thanks! -- View this message in context: http://monotouch.2284126.n4.nabble.com/is-my-initial-assumption-correct-tp3737343p3737343.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
