Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android UI library that has Action Bars, Dashboards, etc

Tags:

android

Is there an Android UI Library that has components like Action Bars and Dashboards? A lot of new applications seem to have these components, so I was hoping there was a solution available (either free or paid).

like image 328
marketer Avatar asked Nov 16 '10 16:11

marketer


2 Answers

Also have a look at GreenDroid which allows you to implement e.g. the action bar.

like image 158
peterkuterna Avatar answered Nov 06 '22 21:11

peterkuterna


Not that I know of. Your best bet is to look at an app like iosched and see how the components are implemented. It probably wouldn't be too hard to create an action bar and dashboard as a reusable widget, but as far as I know, no one has done so yet.

like image 36
Erich Douglass Avatar answered Nov 06 '22 21:11

Erich Douglass