Problems implementing tabs in ActionBarSherlock 4
问题 I really want to get this to work, but I feel like I've been floundering about for hours. I'm starting up a new app and want to try to follow the UI guidelines as close as possible, which for anything below ice-cream sandwich seems to mean I need to use ActionBarSherlock. Looking at the example here it looks like it should be straightforward. I try to implement it and it doesn't work because FragmentActivity does not have a getSupportActionBar() method. Taking a look at the demo app and it