LoyalNativeSlider icon indicating copy to clipboard operation
LoyalNativeSlider copied to clipboard

Possible a dynamic viewpager ever you can find.

Results 11 LoyalNativeSlider issues
Sort by recently updated
recently updated
newest added

### I want each transform is different ```java slider.setPresetTransformer(TransformerL.Shuffle); slider.addOnPageChangeListener(new ViewPagerEx.SimpleOnPageChangeListener() { @Override public void onPageSelected(int position) { slider.setPresetTransformer(TransformerL.Shuffle); } }); ``` The code above will display blank page after...

Image not loading offline

做为headview,且headView布局复杂时,自动轮播没有动画。。。

Hello jjhesk, Thank you for this great library. But I have an issue like i have mentioned in the title, it is working fine when I am using TextSliderView. And...

question

In zoom activity when i pinch in till the last it shows this error. And Application stops after this error. Please give me some solution for this error This is...

enhancement
help wanted

I'm extending BaseSliderView and instead of **bindEventAndShowPicasso(v, target);** I'm replacing it with **bindEventShowGlide(v, target);** But when running my program. Fatal error occured. Below are the details : `FATAL EXCEPTION: main...

bug
enhancement
question