I have developed Mobile application with database of Microsoft Sql Server using Mvc 4 & jquery mobile.
Kindly let me know which is the best solution for deployment so that it could work as app and run on every mobile Os like Windows, Android , ios, Blackberry. bada etc
Kindly let me know which is the best solution for deployment so that it could work as app and run on every mobile Os like Windows, Android , ios, Blackberry. bada etc
What you mean by app? did you mean native app for iphone, wp, android, etc?
I want my app just like adroid app, people download and will see only icon.
If you want to create or transform your web application in native mobile application then you cant use MVC or other server side technology for UI desigen & frontend functionality . For UI design and frontend fnctionality you can use only HTML/HTML5, JavaScript,
CSS and consume web service from JavaScript which can be developed in MVC. Once you done with web application in HTML,JavaSript,CSS you can use third party tools/frameworks (http://phonegap.com/
and many other) to create/transform native application for different mobile device.
to convert your website to a mobile app will be fdifferent for each mobile platform:
1) ios - you will need to produce a manifest file, and bundle and sign, pilu whatever code tweeking to run. you will need a io dev license to sing and send app to store
2) android. - no native html.javascript support. you will need an application wrapper, that hosts a wevbview that run the html/javascript code.
3) windows 7 mobule - same as above, will need a windows mobile dev lic to bundle.
4) windows 8 mobile. see the docs for building an html/javascript app. will need to use winfs.js will need a windows dev license to bundle.
as suggest above, you might want a tool like phone gap, that supplies the hosting code, and build enviorment, that will build a package for each platform.
At present i am using Html5 with Jquery Mobile framework for UI and Mvc api for consuming data.
Jquery mobile is also recommending phonegap for native mobile application but I have heard that phonegap has some limitation for transorming data server application.
snbelani
Member
16 Points
20 Posts
Best solution for deployment so that it could work as app and run on every mobile Os
Nov 12, 2012 05:17 AM|LINK
I have developed Mobile application with database of Microsoft Sql Server using Mvc 4 & jquery mobile.
Kindly let me know which is the best solution for deployment so that it could work as app and run on every mobile Os like Windows, Android , ios, Blackberry. bada etc
Nandip Makwa...
Participant
1267 Points
293 Posts
Re: Best solution for deployment so that it could work as app and run on every mobile Os
Nov 12, 2012 07:01 AM|LINK
What you mean by app? did you mean native app for iphone, wp, android, etc?
Software Engineer by Profession, Learner by Passion!
ignatandrei
All-Star
134511 Points
21576 Posts
Moderator
MVP
Re: Best solution for deployment so that it could work as app and run on every mobile Os
Nov 12, 2012 07:21 AM|LINK
It just works if you point the browser of the mobile to your application URL.
snbelani
Member
16 Points
20 Posts
Re: Best solution for deployment so that it could work as app and run on every mobile Os
Nov 15, 2012 03:59 PM|LINK
thanks for reply what you suggesting is browing through mobile.
I want my app just like adroid app, people download and will see only icon.
It should be for all mobile Os
Nandip Makwa...
Participant
1267 Points
293 Posts
Re: Best solution for deployment so that it could work as app and run on every mobile Os
Nov 16, 2012 01:58 AM|LINK
If you want to create or transform your web application in native mobile application then you cant use MVC or other server side technology for UI desigen & frontend functionality . For UI design and frontend fnctionality you can use only HTML/HTML5, JavaScript, CSS and consume web service from JavaScript which can be developed in MVC. Once you done with web application in HTML,JavaSript,CSS you can use third party tools/frameworks (http://phonegap.com/ and many other) to create/transform native application for different mobile device.
Software Engineer by Profession, Learner by Passion!
bruce (sqlwo...
All-Star
36644 Points
5432 Posts
Re: Best solution for deployment so that it could work as app and run on every mobile Os
Nov 16, 2012 03:29 AM|LINK
to convert your website to a mobile app will be fdifferent for each mobile platform:
1) ios - you will need to produce a manifest file, and bundle and sign, pilu whatever code tweeking to run. you will need a io dev license to sing and send app to store
2) android. - no native html.javascript support. you will need an application wrapper, that hosts a wevbview that run the html/javascript code.
3) windows 7 mobule - same as above, will need a windows mobile dev lic to bundle.
4) windows 8 mobile. see the docs for building an html/javascript app. will need to use winfs.js will need a windows dev license to bundle.
as suggest above, you might want a tool like phone gap, that supplies the hosting code, and build enviorment, that will build a package for each platform.
snbelani
Member
16 Points
20 Posts
Re: Best solution for deployment so that it could work as app and run on every mobile Os
Nov 17, 2012 05:10 AM|LINK
At present i am using Html5 with Jquery Mobile framework for UI and Mvc api for consuming data.
Jquery mobile is also recommending phonegap for native mobile application but I have heard that phonegap has some limitation for transorming data server application.