Questions tagged [pagerslidingtabstrip]

Interactive paging indicator widget, compatible with the ViewPager from the Android Support Library.

enter image description here

230 questions
-1
votes
6 answers

Navigation drawer doesn't show icon in actionbar

I have added navigation drawer to an activity which contains PagerSlidingStrip.I can see the navigation drawer when I slide from left to right of screen but I can't see navigation drawer icon in action bar. Below is my code- activity_main.xml
Android Developer
  • 9,157
  • 18
  • 82
  • 139
-1
votes
1 answer

Different content in the tabs

I'm using this android studio project, but I didn't know how to change content there.For example, I want to have a text "Hello World" in the first tab, the text "Goodbye..." in the second tab and so on... Can you help me?
-3
votes
2 answers

How to update the activity which is not finished?

I am developing an app where I want to update the value of the particular product count. 1.In main menu there are sliding tabs, where I will be having list of products with plus and minus to add that particular product to the cart.I am preserving…
Asif Sb
  • 785
  • 9
  • 38
-5
votes
1 answer

Create Customize Sliding tabs

I am new to android development. In my project I want to create a sliding tabs.I did some research on sliding tabs but not clear on how to customize it. My tabs will look like this: So please can you help me out on how can I achieve this?
Anuj Mody
  • 21
  • 1
  • 6
-7
votes
1 answer

How to add ViewPager in Fragment Class?

I am trying to add View Pager in Fragment Class. I have tried all stuff. public class MessageFragment extends android.support.v4.app.Fragment{ private ViewPager viewPager; private TabLayout tabLayout; public static MessageFragment newInstance() { …
Darshan
  • 38
  • 10
1 2 3
15
16