Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to develop UI which will look native to Android using jQuery-mobile?

I am trying to build an Android application using Phonegap and jQuery Mobile. To customize UI, I am using ThemeRoller. While using ThemeRoller, I noticed that by default controls have look and feel of native iPhone controls. e.g. ON-OFF toggle switch

Is there any way to specify that the controls should have look of native Android controls?

like image 737
Nilesh Avatar asked Jul 17 '12 10:07

Nilesh


People also ask

Can I use jQuery in Android?

jQuery is Javascript so yes, Android does support jQuery.

What is difference between jQuery and jQuery mobile?

jQuery is a DOM manipulating/traversing and AJAX JavaScript framework. It abstracts out a lot of the complexity between the different browsers automatically. There are countless jQuery plugins that simplify many task. jQuery Mobile is a UI framework geared to mobile applications that is built on jQuery.

What is jQuery mobile explain framework of Jquerymobile with example code?

jQuery Mobile is an HTML5 based user interface system designed to make responsive websites and apps that are accessible on all smartphone, tablet, and desktop devices. Why jQuery Mobile? jQuery Mobile framework takes the “write less, do more” mantra to the next level.


1 Answers

This one is called nativeDroid. It's new and it's true Holo, not 'Holo-like'.

I've been trying it out and I must say that it does, in fact, live up to its name, but it still has lots of issues, mainly with using icons and buttons, since this is modified jQM. Having said that, I think this is the best you or anyone else can get at the moment.

Screenshot

like image 171
aalaap Avatar answered Nov 12 '22 09:11

aalaap