Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - What is the standard way to implement the tab now?

Tags:

android

I'm a newbie of Android. I have searched for hours but I see many different approaches and many is deprecated.

I know this question is silly, but I really need someone's help.

What is the standard way that most developers do when they want to implement the tab, please give some informations.

Thanks.

like image 592
user3087000 Avatar asked Jul 07 '16 03:07

user3087000


1 Answers

The Android Design Support Library adds TabLayout, providing a tab implementation that matches the material design guidelines for tabs. A complete walkthrough of how to implement Tabs and ViewPager can be found in this video.

like image 163
ianhanniballake Avatar answered Nov 03 '22 21:11

ianhanniballake