I\'m using the ViewPager example with ActionBar tabs taken from the Android documentation here.
ViewPager
ActionBar
Unfortunately, as soon as I call the
add this line into your adapter file where the public Object instantiateItem(ViewGroup container, int position) method is called
((ViewPager) container).addView(view); return view;