I've implemented a FragmentActivity using TabHost, ViewPager and Fragments following this short tutorial Tutorial to implement the use of TabHost in Android 2.2 + ViewPager and Fragments but Instead of a RelativeLayout in activity_main.xml I put a ScrollView but its not scrolling at all, how can I make it work?
Thanks