Reputation: 582
So my question is basically what is the best route to take for a webdesigner to build a native app for a website. I'd like to take the HTML5/jQuery route rather than the java/Objective C route.
The two things I have found are PhoneGap and Sencha Architect. Would one of these be my best course of action?
Thanks
Upvotes: 0
Views: 155
Reputation: 8482
Sencha Architect is paid IDE and phonegap is an open source framework. Its two different entities with different capabilities. to start learning or to start with I would suggest to take the phonegap approach. it has good dev support and hell lot of plugins to extend your app capabilities. Wider varieties of devices and its no extra learning other than phonegap's JS libraries.
You can couple Jquery mobile or zeptoJS for Better UI and data manipulations.
Upvotes: 2