Open Haswell19 opened 8 years ago
Are you referring to getting the name of these tabs?
public CharSequence getPageTitle(int position) { switch (position) { case 0: return "Description"; case 1: return "Photo"; case 2: return "Point d'intêret"; default: return "Page " + position; }
I don't know how to get this on my RecyclerVille
I have a principal activity : ` public class VilleActivity extends ActionBarActivity {
After I have another activity :
`public class RecyclerVille extends Fragment {
} `