Android-Image-Slider
Android-Image-Slider copied to clipboard
Android Auto Image Slider
Hey, it's my first time using ImageSlider, the problem I am facing is that when I navigate between my fragments in an activity or pause the app and return to...
hey, I want this type of slider I want to know if any way to modify somethings and achieve this? 
@smarteist Is it possible to disable swipe left on last slide? I mean currently if we slide left on last slide we get the first slide displayed but i want...
Thanks
I was wondering if you are planning to migrate from JCenter. Cheers.
Below is my code @Override public SliderAdapterVH onCreateViewHolder(ViewGroup parent) { View inflate; inflate = LayoutInflater.from(parent.getContext()).inflate(R.layout.membership_card, null); return new SliderAdapterVH(inflate); } @Override public void onBindViewHolder(MembershipCardSlider.SliderAdapterVH viewHolder, final int position) { SliderItem...
cannot find symbol class ViewHolder
As title, I want to display the indicator outside of SliderView frame, but it's fixed on xml layout of lib. Could you support the custom indicator feature like this library:...