I\'m doing my first Android app, and wanted to get straight into the ICS API. I have so far created an app using an ActionBar, with swipeable tabs using Viewpager and Fragme
Try to use getSupportFragmentManager() instead getFragmentManager()
getSupportFragmentManager()
getFragmentManager()