First of all I\'m new to Android - this question could seem stupid :)
I\'ve created an main Activity that contains a ViewPager. The ViewPager is linked to
The onRestoreInstanceState() method is only called when there is a Bundle object to restore from, i.e. it is NOT NULL. Otherwise, the restore method will not be called.