Reputation: 461
I am developing a webapplication for android, where I want to use phonegap. Moreover I am looking for a framework that helps designing the website with a style similar to a native android app - e.g. like android 4.0 theme (http://developer.android.com/design/style/themes.html)
I had a look jquery mobile and jqtouch, which seem to be quite useful for programming purposes but don't come with applicable native-look styles.
Can anyone recommend any sets of (community maintained) css themes?
Upvotes: 1
Views: 932
Reputation: 123
http://www.kendoui.com/ Is the best site I have found on the web to do this.
Upvotes: 0
Reputation: 1534
Dojo Mobile has a nice Android skin, but the js behind that is too big for my tastes
Upvotes: 0
Reputation: 377
I know that Rhomobile have made and maintains such themes building on JQuery Mobile/JQtouch for Android, iOS, Blackberry and Windows. You can find them here. The image-references in the CSS (which is not from JQuery Mobile) can be found here. They are intended for Rhomobile's cross-platform framework Rhodes, but should work just as well with phonegap.
Upvotes: 1