viewpagerindicator Questions

2

Solved

How can I create a dots indicator like this for a HorizontalPager in Jetpack Compose? I found a few libs and examples, but non of them were animated like this.
Volley asked 19/8, 2022 at 12:45

4

Solved

I'm using TabPageIndicator from ViewPagerIndicator lib with ViewPager to display 6 fragments. Suppose I'm on 1st page, if I click 6th tab I'll see all my pages scrolled. Is it possible to disable t...
Obadiah asked 18/4, 2013 at 8:8

3

Solved

I've just switched from Eclipse to Android Studio, and I'm having some problems with a project of mine that uses ViewPagerIndicator This is the Gradle code: repositories { mavenCentral() } depe...

10

Solved

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

4

How to increase/reduce space between elements of the indicator in ViewPagerIndicator?
Casual asked 10/4, 2013 at 13:41

7

Solved

I need to get page indicator in the view pager file with images. Here is my code. public class IndicatorActivity extends Activity { /** Called when the activity is first created. */ @Override ...

19

Solved

I'm trying to use Jake Wharton's ViewPagerIndicator library, but I'm unable to get it working with my Gradle project in Android Studio. I add it as a dependency like so: dependencies { // ......
Collettecolletti asked 15/1, 2014 at 5:50

5

Solved

i'm trying to get Jake Wharton's ViewPagerIndicator working with Android Studio but unfortunately it won't work. I downloaded the .aar file from here and included it in my libs folder. I referenc...
Hortatory asked 6/9, 2014 at 17:25

1

Wanted to achieve dot indicator as attached image. I want if items are more than 5 then small dot should appear and during sliding, it's resized. Check Instagram for live view(Look for any p...
Commentative asked 14/9, 2017 at 7:14

2

i have viewpager that have 4 tab which implement it with tablayout. because i wanted to change the font to custom font i used a custom tab layout. now the problem is that the selected tab text colo...
Privatdocent asked 11/12, 2016 at 15:5

2

The default color of the viewpager indicator is white. In relex viewpager indicator in github, it doesn't include on how to change the color of the indicator. Is it possible? <LinearLayout a...
Gaston asked 24/12, 2015 at 7:44

4

I have a RecyclerView wrapped in a LinearLayout and it works perfectly as expected. I can see all the data in the RecyclerView as populated. So far so good. When I wrap the LinearLayout in a Scrol...
Wiggins asked 26/8, 2014 at 22:4

2

Solved

I am creating a view pager indicator like this image , in which icons scroll to center when clicked , How can I achieve this , I have tried View Pager indicator and tabbed layout but no success ....
Genous asked 5/10, 2016 at 8:24

1

Solved

What effect I want to have is : number of Bottom Circle indicator must be half of page count when page width is half. number of Bottom Circle indicator must be as much as page count when page w...

2

Solved

I want to use a ViewPageIndicator for my ViewPager. I've found this DotsPageIndicator, but it seems like it's only for AndroidWear. Funilly enough, there is pretty much exactly the same thing on th...
Intelligibility asked 25/3, 2016 at 14:55

3

Solved

I am trying to use a selector to implement a simple dot indicator for a ViewPager. The dots are supposed to change color and size when the page is changed, but they only change color, while the s...

2

I have a viewpagerindicator by Jake Wharton and in that viewpager i have 6 pages.All of the pages contains listviews and i'm loading them with an AsyncTask.Sometimes viewpager shows wrong pages at ...
Unctuous asked 26/1, 2013 at 18:47

2

Solved

I'm using Viewpager and the Circle and Title view pager from JakeWharton The viewpager with the circle indicator is working fine, but while using the view pager with both circle and title indicator...
Ricercar asked 28/9, 2015 at 18:18

2

Solved

I've tried to let the SampleTabsStyled demo from the ViewPagerIndicator change the color of the text of the currently selected tab without success. However, the SampleTitlesStyledTheme demo does c...
Optimal asked 15/5, 2013 at 19:15

0

I am using viewpagerindicator library for circle indicator and it works great on 5.0(Lolipop), 6.0(Marshmallow) but it crashes on 4.4(Kitkat).I've tried using dependency based on module by adding l...
Meyer asked 30/12, 2015 at 15:8

4

I wanted to have viewpageindicator in my project, but am having trouble importing it. I've got errors in my XML. Missing styles. Is the correct theme chosen for this layout? Use the Theme combo bo...
Vehemence asked 31/12, 2013 at 18:18

2

Solved

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

0

At first start the app will have to do some initial configuration, and so I need to load pages and slide it based on the user decision on a page. So I would like to set and to slide to left the cor...

3

I am using view pager in my app,viewpager is working perfect but i want to add viewpagerindicator,following is my snippet code and xml of ui design can any one tell me what is issue?thanks in advan...
Martie asked 15/4, 2015 at 9:43

1

Solved

i am trying to add Jack Whartons ViewPagerIndicator library https://github.com/JakeWharton/ViewPagerIndicator to my app as i want to use the circle indicator for the viewpager i have. However i am ...

© 2022 - 2024 — McMap. All rights reserved.