I want an example of tab like this
I searched but just got this.
I couldn't use this source. Can someone tell me another example of tab with sliding option.
I think the viewpageindicator is not the same as google plays tabs.
cause when i'm scrolling in google plays page the line below tabs moves while scrolling, But in viewpageindicator it's not.
Thank you
When I had implemented something similar, I had done it in a nicer way, in the sense of classes. I had created the adapter in a package called working.
Below is the code:
You then need to create a new class called
WorkingFragment
in the example I am giving. For the sake of clean coding, I created this class in the main package.Below is the code for the fragment:
In the
MainActivity
, you then need to make the functionality to change form one tab to another. In my case I had included this in the main package.Below is the code for the MainActivity class:
Hope this has helped you achieve the necessary funtionality for your app :)
First you need to create an xml layout file with viewpager
android.support.v4.view.ViewPager
Then inflate this layout in your main activity, make sure your activity implements
android.support.v7.app.ActionBar.TabListener
Lets say, you want to have 4 tabs, then create4 different fragments. Create a common adapter to facilitate these fragments based on the
tabs you select.
Here is the simple example with code snippet, http://www.feelzdroid.com/2014/10/android-action-bar-tabs-swipe-views.html
Note: above example works well with android support lib, which provides backward actionbar
compatibility for earlier version of android phones
Hope it helps.
Thanks
This article (Android Material Design working with Tabs) published on September 13, 2015 guides you through creating tab pages.
For example, creating Fixed Tabs
simple way to work with fragment tabs
in on create and then
in layout file add