pagerslidingtabstrip Questions

5

Solved

Using a PagerSlidingTabStrip with a Viewpager inside of a fragment: The main Activity contains a "main fragment" that changes depending on what item you click in navigation drawer. When loading t...

3

Solved

I'm using SlidingTabLayout and i want to slide tabs from right to left, but i can't find a way. I already try 'setGravity()' method but it doesn't work.
Mischa asked 28/1, 2015 at 12:46

3

Is there a wat to make a indicator like this? it has some pointed arrow down like in the selected item?
Janettjanetta asked 12/12, 2015 at 1:14

3

After I update my Android studio from 2.3.3 to 3.0 and I got this error after compiled and run (rror inflating class com.astuetz.PagerSlidingTabStrip) Please see the Log Error below: android.view....
Rehabilitate asked 29/10, 2017 at 22:53

2

there are 3 tabs : ONE || TWO || TRI example : myList = 1,2,3 issue : after i go to page TWO myList = 1,2,3,1,2,3 (double duplicate) if i go to page TRI myList = 1,2,3,1,2,3,1,2,3 (triple dupli...
Pyelonephritis asked 16/1, 2016 at 10:13

3

Solved

I have a simple messaging application module. In which, there are two swipable tabs. Received and Sent. Let us say I have 20 messages out of which 10 are unread. So what I am doing is showing the ...

2

Solved

I am using PagerSlidingTabStrip in my project and am showing data in fragments. Its a great library which works great. Each Fragment consists of a scholar's lectures which are loaded from a web ser...

11

I'm implementing a SlidingTabLayout in my android application. What my query is that I'd like to implement icons in my Sliding Tabs instead of texts for navigation. I searched heavily on the intern...

5

Solved

I want to import a library project into my app but whenever I try to do so , Android Studio doesn't recognise it It also gives me errors in build.gradle .. The Library is : PagerSlidingTabStrip ......
Erratum asked 31/1, 2014 at 10:35

1

Solved

I recently made an app using SlidingTabLayout with two tabs. I referred this link However I had to modify it slightly. I had to add a button which locks the sliding of the tabs. And unlock it wh...
Warbler asked 22/12, 2015 at 10:8

3

Solved

I've integrated PagerSlidingTabStrips with Icons only. But I selector on icons are not working with PagerSlidingTabStrips. xml <PagerSlidingTabStrip android:id="@+id/pager_sliding_tab_strip" ...
Copulate asked 19/7, 2014 at 9:7

7

Solved

I am using SlidingTabs to create two tabs. The UI of the tab should appear like this - When first tab is selected When second tab is selected. (Please note the straight corners of the blue rec...

2

Solved

I am trying to use this library in my app:https://github.com/astuetz/PagerSlidingTabStrip I read the documents but I didn't understand anything.I have two fragments so I want to place two tabs to ...
Libretto asked 3/10, 2014 at 12:21

1

Solved

i have created my project using this material design example. i have modified the code and now i have 5 tabs now. And now i have created 5 fragment classes and loading it on the view pager. now wha...

1

I am using PagerSlidingTabStrip to create a sliding tabs. I was successfully able to use this library in my project. Based on selected/clicked tab, the application should send a get request to ser...

1

Solved

I'm developing an android app and recently we decided to mix up the design and switch our main screen to a view pager with tabs on top (actually in the actionbar). To place the tabs on top I was th...
Segregate asked 14/1, 2015 at 15:14

1

Solved

I got stuck into the problem with listview used with inner fragment insideNavigation-drawer-page-sliding-tab-strip viewpager tabs, that given in This git hub example. i am using the same example ...

2

Solved

I'm using PagerSlidingTabStrip library in my application now. I have 5 tabs, so it's over screen width. so I have to scroll to see last tab. I want to see all tabs on the screen and never wanna sc...
Aceves asked 19/6, 2014 at 8:55

3

Solved

I am using google's SlidingTabLayout in my view, but i want to add icons to the tabs. I'm using this http://developer.android.com/samples/SlidingTabsBasic/src/com.example.android.common/view/Slidin...

1

Solved

I recently switched from Eclipse to Android Studio and I'm experimenting with PagerSlidingTabStrip library. Trying to customize the Tab Strip I came across the Triangle Pager Sliding Tab Strip wh...
Marisolmarissa asked 23/7, 2014 at 9:31

2

I am using PagerSlidingTab Library for ViewPager. And I want to change Fragment while scrolling of tabs. It is working fine. Check out my code. I am using AsynTask() on each Fragment. When the App...
Scission asked 16/4, 2014 at 16:39

3

In my app I'm having a class which extends SherlockFragmentActivity. Within that Activity, I'm loading four classes which extends SherlockFragment which pretends as Tabs with the help of ActionbarS...

3

Solved

I have a project that has a MainActivity which hosts a fragment that hosts two other fragments via a Viewpager. It looks fine on first start up, but when I rotate, the two fragments in the Viewpage...
1

© 2022 - 2024 — McMap. All rights reserved.