Dami Slider : Image Sliding Extension With Caching

Infinite scrolling feature is implemented,
Currently i dint find any library without R.txt for dots indicator so it will implemented when i find such library
Currently working on picasso implementation for caching
I will release new version when picasso and animations added.

1 Like

You can take help from @oseamiya Unity ads extension to implement R.txt.

1 Like

Thanks , will try soon

It worked,
Dots indicator also added
Screen_Recording_20240701-185519-ezgif.com-crop

Updated download links in first post

2 Likes

Great, very useful extensions by you. I will use this in my production app. Thanks

1 Like

Switched Viewpager to RecyclerView library for better performance !

Few and simple blocks

Drag listview component to add recyclerview library
Download from top of the post with v2

2 Likes

Final version 3.3
Picasso library also added to load and cache images

Download link updated in 1st post

1 Like

Today I tested it, I feel lag in initialization and in swipe. Don't know about other user.

When using width to automatic you need to add at least 5 / 6 items to cover the width of screen to make it smooth. However here is better and smooth version for design 1.
And yes i also found lag when loading from assets , i will fix it in next release.

2 Likes

I have set width to fill parent. And the above-mentioned extension is using recycler view or view pager? Also any caching library? Thanks for your efforts.

1 Like

Both using recyclerview library and cache too ,looks like its lagging because of switching to loacal image from assets, i will try to fix next saturday.
And dont forget to use dummy listview component to initialize recyclerview library in compiled app.

1 Like

For some reason this extension keeps crashing the screen in my app even on a blank new app

1 Like

You need to add dummy listview component to initialize recyclerview library. Drag listview component and untick visiblity.

ok thank you it worked

Hello Tigre, creator of this extension, I inform you that this resource does not allow the application to run on Android 14, the application fails and the sending block closes.

thank you attentive solution for android 14

Thank you for reporting , did you tried doing it ?

The application runs on the companion but when I download it as an apk to install it on the cell phone, the application closes completely

Drag listview component to your project and build apk and try please

ok thanks for the solution brother

Grat extension and exactly what I need.

However, any idea why it is crashing after picking an image?

Listview component was added and set to not visible