Are there custom UI toolkits for Android?

android, android-widget, twitter-bootstrap

Solution

Yes, there are a lot of libraries available. Here are a few:

http://www.droidux.com/ http://code.google.com/p/android-misc-widgets/ https://github.com/ragunathjawahar/simple-section-adapter https://github.com/jgilfelt/android-viewbadger https://github.com/ragunathjawahar/deselectable-radio-button http://code.google.com/p/android-wheel/ https://github.com/johannilsson/android-pulltorefresh http://actionbarsherlock.com/ http://www.senab.co.uk/portfolio/pull-to-refresh-for-android/ https://github.com/cyrilmottier/GreenDroid http://hansel-and-gretel.com/ https://github.com/JakeWharton/Android-ViewPagerIndicator https://github.com/pakerfeldt/android-viewflow http://code.google.com/p/android-coverflow/

Problem

The options that the standard UI palette, while OK, are not the most exciting. Before I go down the road of making some custom elements, I was wondering if there exist any UI toolkits for Android that people knew about? Or are there any theme toolkits (besides the ones included with Android) that make things look better or add more functionality? I am looking for something like Twitter's Bootstrap for Android. Or something like jQuery which makes JS better. Does such a thing or something similar exist for Android?

Original source