PagerSlidingTabStrip icon indicating copy to clipboard operation
PagerSlidingTabStrip copied to clipboard

An interactive indicator to navigate between the different pages of a ViewPager

Results 101 PagerSlidingTabStrip issues
Sort by recently updated
recently updated
newest added

Filter in Expandable Recycler View creates problem. I did it and it was horrifying to implement. Though I was able to resolve the error still the pattern of written code...

Any ideas for this exception? ``` java.lang.NullPointerException at android.support.v4.app.Fragment.setUserVisibleHint(Fragment.java:879) at android.support.v4.app.FragmentStatePagerAdapter.setPrimaryItem(FragmentStatePagerAdapter.java:152) at android.support.v4.view.ViewPager.populate(ViewPager.java:1104) at android.support.v4.view.ViewPager.setCurrentItemInternal(ViewPager.java:552) at android.support.v4.view.ViewPager.setCurrentItemInternal(ViewPager.java:514) at android.support.v4.view.ViewPager.setCurrentItem(ViewPager.java:495) at com.astuetz.PagerSlidingTabStrip$2.onClick(PagerSlidingTabStrip.java:251) at android.view.View.performClick(View.java:4278) at android.view.View$PerformClick.run(View.java:17429) at android.os.Handler.handleCallback(Handler.java:725) at android.os.Handler.dispatchMessage(Handler.java:92) at...

I imported the library properly and copied the libarary.jar into lib folder.But I am getting error :no resource identifier found for attribute.Getting error for every attribute. xml:

I can only find setTextColor() method, but i can not find any method to set the color when it selected.

i cant hide the actionbar after i use this library. how to i can?

I'm generating badges to highlight awesome open source Android libraries. They are ranked based on how many top apps the library is used in. If you would like to include...

I've added support for custom views in the tab. Now it is possible to create an adapter with custom views inside. Sample: ``` java public class MyPagerAdapter extends FragmentPagerAdapter implements...

Is there an issue with proguard ? I am considering to use this to my production app and I want to minify the version and use proguard Does it fully...

Hello all Is possible to have both side Indicator (up and down)