Il Mon, 06 May 2013 14:09:43 +0530, Arun Kumar K ha scritto: > Hi guys, > > Which frame work is best for android web apps....like jquery,phonegap > etc.....
It depends on what you need and how well you know the one you use. jQuery is a library for DOM manipulation, jQueryMobile is a HTML/CSS/JS widgets framework, Phonegap is a "bridge" framework to use the device hardware features from a web app. You can use all three in the same app. They do different things. You didn't mention Titanium. This is a "compiler" for javascript applications into native apps (not native code). It uses native code (Java on Android, ObjC on iOS, etc.) to implement framework extensions. Bye. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

