I’ve just started up with ActionBarSherlock, and was please to get a styled, three tab interface laid down very similar to the demo “Tab Navigation”. Next step of course is to fill those tabs with something useful. I looked into the fragment demos, particularly “tabs”, and I’ve tried to implement that solution, but it seems much too complicated for what I’m looking for. I don’t need stacking, throttling, and custom loading. I would simply like to fill each tab with a basic activity, or what I believe would previously have been considered an activity. Could anyone provide insight on setting up a simple fragment or fragment activity that loads an xml layout file and has the normal methods I’m familiar with? Am I even on the right track?
I’ve just started up with ActionBarSherlock, and was please to get a styled, three
Share
http://vinaygopinath.wordpress.com/2012/05/24/navigation-tabs-with-fragments-using-actionbarsherlock/
This turned out to be a solid guide.