You can develop UI and domain logic with Mvc. But still you need Native integration with Phonegap, object-c and android SDK to support Iphone and Android respectively it will be a big challenge actual implementation time.
There is a xamarin plugin you can develop using Visual studio for Android but for IOS you UI development you need Mac. domain logic is common for all platforms using portable class library.
Another one is Titanium studio--Check out, I don't have much insight with this.
Thanks & Regards
Remember to click on MARK as answer on the post that helped you.
Member
6 Points
31 Posts
Native Hybrid Mobile Application Using Asp.net MVC
Dec 20, 2013 12:04 AM|samarth88|LINK
Hello Friends !
I want to developed a native hybrid mobile application in asp.net mvc which can run on all mobile platform.
can we use asp.net mvc3 or asp.net mv4 for developed mobile application.
I have read below article but they are talking about mobile web application not application.
http://msdn.microsoft.com/en-us/magazine/hh852592.aspx
Please suggest me the way for developed cross platform mobile application.
Thanks a lot :)
hybrid mvc asp.net crossplatform Nativeclient
My Website : http://samarthpatel.co.in
My Blog : http://blog.samarthpatel.co.in
Star
11166 Points
3959 Posts
Re: Native Hybrid Mobile Application Using Asp.net MVC
Dec 20, 2013 12:29 AM|nilsan|LINK
That article talks about developing mobile web application and it runs on all devices.
If you want to develop mobile application that runs on all platform, you may want to check out
http://xamarin.com
If you wan to develop using HTML, CSS and JavaScript (no c#), check out
http://phonegap.com
Blog | Get your forum question answered | Microsoft Community Contributor 2011
Member
551 Points
266 Posts
Re: Native Hybrid Mobile Application Using Asp.net MVC
Feb 20, 2014 06:50 AM|jnagasuresh|LINK
You can develop UI and domain logic with Mvc. But still you need Native integration with Phonegap, object-c and android SDK to support Iphone and Android respectively it will be a big challenge actual implementation time.
There is a xamarin plugin you can develop using Visual studio for Android but for IOS you UI development you need Mac. domain logic is common for all platforms using portable class library.
Another one is Titanium studio--Check out, I don't have much insight with this.
Remember to click on MARK as answer on the post that helped you.