Top "Viewpagerindicator" questions

ViewPagerIndicator is a set of Android Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.

Android ViewPager with bottom dots

I want to add 3 bottom dots to my ViewPager, like this. I use FragmentActivity and support library ViewPager.

android user-interface android-viewpager android-fragmentactivity viewpagerindicator
Android view pager with page indicator

I need to get page indicator in the view pager file with images. Here is my code. public class IndicatorActivity …

android android-viewpager android-view viewpagerindicator activity-indicator
Using ViewPagerIndicator library with Android Studio and Gradle

I'm trying to use Jake Wharton's ViewPagerIndicator library, but I'm unable to get it working with my Gradle project in …

android gradle android-studio viewpagerindicator
Android: Unable to instantiate activity ComponentInfo

I have a problem on android developing app. I made a research first my error and i found out that …

android actionbarsherlock viewpagerindicator android-holo-everywhere
Add ViewPagerIndicator to Android Studio

i'm trying to get Jake Wharton's ViewPagerIndicator working with Android Studio but unfortunately it won't work. I downloaded the .aar …

android gradle android-studio viewpagerindicator
Android ViewPager Refresh fragment

In my app there's 2 tabs (Android Design Support Library) this is the Fragment with ViewPagerAdapter: public class ListaCanali extends Fragment { …

android android-fragments tabs android-viewpager viewpagerindicator
android: RecyclerView inside a ScrollView

I have a RecyclerView wrapped in a LinearLayout and it works perfectly as expected. I can see all the data …

android viewpagerindicator android-recyclerview
Give text of selected tab a different color using ViewPagerIndicator

I've tried to let the SampleTabsStyled demo from the ViewPagerIndicator change the color of the text of the currently selected …

android actionbarsherlock viewpagerindicator
ViewPagerIndicator dependency with Gradle and Android Studio

I've just switched from Eclipse to Android Studio, and I'm having some problems with a project of mine that uses …

android android-studio gradle build.gradle viewpagerindicator
Changing pagetitle in Android Viewpager

I have a ViewPager in which I am using the getPageTitle method to get the title of the current page. …

android android-fragments android-viewpager viewpagerindicator