I was just curious if anyone could link me with some help or show me some code that would show a tab view with scrollable content like the pulse app both horizontal and vertical scroll content. I have it working entirely using TabActivity and Activity classes but I am have a really hard time converting it to either using fragments and or ActionBarTab setups since TabActivity has since been depreciated. It has been bothering me and I have been reading the API but I was just curious if there were any simple examples to where I could see how to set that up using FragmentActivity and Tab Manager or the ActionBar.
Thank you in advance.
You can use ActionBarSherlock. It is very neat and back-compatible.