Android-Image-Slider
Android-Image-Slider copied to clipboard
Android Auto Image Slider
While Scrolling between the images the images are shaking a Little bit.How can i solve this?
I want to show some portion of next slider like border but unable to customize it even try to reduce the width but it showing only one slider at a...
**Describe the bug** When I use `sliderView.setCurrentPagePosition(index) `the Slider doesn't set the correct item. I debugged until `SliderPager::setCurrentItem()`. `if (mAdapter instanceof InfinitePagerAdapter) { item = ((InfinitePagerAdapter) mAdapter).getMiddlePosition(item); }` This line...
when i add your dependency in build.gradle then red cross mark on app on the top
I am using new version of this library, and want to pass List data from main activity to the adapter class, so how can i send the model list data...
After implementing this library the optimization of the app suffers Even the scroller is not working properly that needs to be fixed! Excepted Behavior :+1: The dependecy optimization should be...
My humble request as i am a beginner in android. It is tough to sort it out all at once video explantion would be great if u tell from beginning...
Only shows white background when i add an item, the item adds correctly but image not showing. I'd made the example code, with button to add item, remove last item...
**Describe the bug** I got some errors when running an application with minify enabled. **Additional context** Error log: ``` java.lang.NoSuchFieldException: No field mScroller in class Lg/w/a/b; (declaration of 'g.w.a.b' appears...
onBindViewHolder is called when go from the first page to the last. **To Reproduce** Scroll the pages until the onCreateViewHolder is called and the new page appear **Expected behavior** Should...