Android static TabLayout

Updated 14 December 2016

Save

Sometimes we have to give two or more (but limited) views in tabbed layout in android. For those it seems like a lot of work to create an new class FragmentPagerAdapter and attach it with the TabLayout. Here is a simple way you can take when you have less suppose 2 or 3 tabs and the tabs show entirely different data. In my case I have implemented a tabbed layout for Sign In and Sign Up.

So you simply have to create an activity in which you want the tabbed layout. But first lets create its XML. We will call it main.xml

And now our activity i.e Mainactivity.java

As you can see we have attached ViewPager.addOnPageChangeListener and TabLayout.addOnTabSelectedListener with each other. So that if you scroll ViewPager, tabs will change automatically and vice verses.

Now just create your fragments and you are ready to move ahead.

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home