visual studio - Using JQuery mobile to create apps -


i have tried create simple apps android. used eclipse.

i want find out there out there (good frameworks) building platform independent apps. fell on jquery mobile , phonegap/apache cordova (and other frameworks).

what not able find out, editor used jquery mobile. wrong thinking can used, since javascript , css3? can 1 use visual studio this?

i read jquery mobile can used phonegap, out further explanation. mean exactly? why use jquery phonegap, instead of using pure phonegap? recap questions

  1. can jquery mobile used visual studio? if not, editors suggest?
  2. what mean jquery mobile can used phonegap? thought these 2 separate frameworks?

1.can jquery mobile used visual studio? if not, editors suggest? 

you can use ui framework ( jquery mobile, sencha touch, dojo toolit, kendo ui, ionic, ..etc) frameworks based on javascript, html5 , css3.
such can choose editors comfortable with.
popular editors name few webstorm, sublime text, eclipse, visual studio.

2. mean jquery mobile can used phonegap? thought these 2 separate frameworks? 

jquery html5, css3 , javascript framework.
phonegap webview framework.
phonegap allows use any html5, css3 , javascript framework ( ui frameworks mentioned above) or use plain html5, css3 , javascript without any framework build apps , wrap in phonegap.
using phonegap can have access device apis (like device contact list, acceloremeter, camera etc), otherwise not have been possible using html5, css , js.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -