I couldn\'t find any info about this but, how can i programmatically switch tabs in ActionBarSherlock?
Normally when i want to switch views i\'d use something like:<
Try calling actionBar.setSelectedNavigationItem(x):
int position = 1; getSupportActionBar().setSelectedNavigationItem(position);