I'm currently trying to implements a greendroid ActionBar that have a ActivityGroup below it. When the user clicks a button of the actionBar, it will switch to one activity of the groupActivity. I've searched a lot, but I just found some tutos about TabBars and it is not the same, as I am not implement a TabBar so I cant just set the groupActivity when I init the tababr. ActionBar is working with methods called when a button is pushed.
In other words : how to simply manage an ActivityGroup without having a TabBar? And how to print the current Activity below the ActionBar ?
Thanks.