I m developing mobile web application using Asp.net mvc 3, jquery mobile, jquery it is running fine in android, iPhone.
How to convert this application into Android application using Eclipse?
|
I m developing mobile web application using Asp.net mvc 3, jquery mobile, jquery it is running fine in android, iPhone. How to convert this application into Android application using Eclipse? |
||||
|
|
|
First I do prefer not to convert them. Because if you are directly converting that you can not take benefit of native UI. But it will look same in mobile like it is running in mobile browser. But still if you want to try you can use phonegap . If you want to do things with native I highly recommend mono for android . So, your backend will stay in asp.net mvc application and other things move to native application. And you can code in C# only. Please let me know if any-other information needed. |
|||||||||||||
|