we are a .net team that devleoped a full app in c# with web services and services that support it. we now want to develope a Mobile app (Android\Iphone) that will look similiar to the original to allow mobile use of it.
we thought about MonoTouch instead of trying to learn Objective-c and to try to develope a cross platform mobile app.
is anyone tried developing a mobile app in vs 2010 in MonoTouch? is there a simple add in for it? is it possible?
we are a .net team that devleoped a full app in c# with web
Share
Important caveat: both of these tools are in pain – since the vendor fired the dev team (read the “Fighting for Your Right to Party” paragraph). Hopefully soon to be replaced by Xamarin.
MonoDroid does exactly that for android development. For iPhone, you need to be on a mac, and it runs inside MonoDevelop – but ultimately the code is pretty similar.
I would expect any Xamarin tools be have similar architecture.