Esempio n. 1
0
 @Override
 public Fragment getItem(int position) {
   // getItem is called to instantiate the fragment for the given page.
   // Return a PlaceholderFragment (defined as a static inner class
   // below)
   return SurveyFragment.newInstance(position);
 }