Reputation: 311
I am working on this issue for over 10 hours and its pushing me hard,
I need a library, which has circular dots, auto scroll, infinite scroll and I will provide title of the picture below it, I checked all the libraries provided so far and they did not help me, is there a library you guys use so far ? thank you
Upvotes: 1
Views: 5955
Reputation: 351
Instead of finding libraries for this, implement the code that I am attaching below. Your dots view, auto scroll and infinite scroll will work with it. For the name of the image you can add code in the onPageChangeListener method to show the name of the image
Hope your issue is resolved using this example that I made for you
Upvotes: 3
Reputation: 6127
for circular indicators you can make use of this library : https://github.com/ongakuer/CircleIndicator
and for autoscrollview you can use this library : https://github.com/Trinea/android-auto-scroll-view-pager
I am using these two in my projects. make use of the github samples. it will help you for implementation details
Upvotes: 4