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...
Ability asked 26/3, 2015 at 11:0
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 ...
Parole asked 7/8, 2014 at 20:0
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...
Nares asked 3/12, 2013 at 9:47
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...
Kinelski asked 5/5, 2014 at 12:42
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...
Pelage asked 18/7, 2015 at 7:12
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...
Burrows asked 17/6, 2015 at 7:58
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...
Jiggle asked 14/4, 2015 at 21:49
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 ...
Eudo asked 10/4, 2014 at 5:56
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...
Valuable asked 2/5, 2014 at 3:33
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...
Brewis asked 19/11, 2013 at 9:30
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...
Hebraic asked 19/12, 2013 at 18:42
1
© 2022 - 2024 — McMap. All rights reserved.