Hi guys i am going to make a android game. i wanna know that which one is better for beginner on android like me. i know js. kindly suggest me that which one i have to use phonegap or jquery mobile?
Regards
Hi guys i am going to make a android game. i wanna know that
Share
they are two very different things. Phonegap is a bridge between native and HTML, CSS and JS. jQuery mobile is a framework / library that can be used within phonegap.
Phonegap will take your jQuery mobile application and allow you to run it like a native app, where jQuery mobile alone will just run online in a browser.