daniel
daniel

Reputation: 461

android wepapp develoment framework (css theme)

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

Answers (3)

Denzil
Denzil

Reputation: 123

http://www.kendoui.com/ Is the best site I have found on the web to do this.

Upvotes: 0

Magnetic_dud
Magnetic_dud

Reputation: 1534

Dojo Mobile has a nice Android skin, but the js behind that is too big for my tastes

Upvotes: 0

corthmann
corthmann

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

Related Questions