9

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?

Nilesh
  • 5,955
  • 3
  • 24
  • 34

3 Answers3

14

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

aalaap
  • 4,145
  • 5
  • 52
  • 59
4

Another good one is Fries. It's not built with jQuery Mobile but I think its better not to use jQuery mobile if you're looking for performance.

Fries lets you create sexy Android-like UI using HTML, CSS, and JavaScript.

enter image description here

Farhan Ahmad
  • 5,148
  • 6
  • 40
  • 69
0

Here is onsen ui give it a try; it's clean and fast.

Aoguzie
  • 35
  • 9