Android-Image-Slider icon indicating copy to clipboard operation
Android-Image-Slider copied to clipboard

Android Auto Image Slider

Results 121 Android-Image-Slider issues
Sort by recently updated
recently updated
newest added

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? ![f6yHc](https://user-images.githubusercontent.com/51694624/106458512-52245080-64b2-11eb-86ac-2e0d2a9b332f.png)

@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...

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:...

enhancement