I needed to show images (only 10 images) which automatically slide in screen every 3 second
What i have tried so far
I used Clock component to automatically slide my image (Database tried Airtable & FB) it’s working fine but only problem is whenever the image changes my custom webview lags for few seconds that means every 3 seconds i get lag
I tried with collintree slideshow extension but it has an bug in which when someone touch the image it will close the application
Currently using Horizontal Scroll handler extension with clock component with airtable database and show it in dynamic card view it’s works great with no lags but the problem is it takes 15-20 seconds to load the images
I changed database to firebase now it takes 9-12 seconds (showing it in button image with horizontal scroll handler)
I thought if i cache image it will solve the problem but I tried and it didn’t work
I’m trying to use asyncimageloader by collin but i don’t it’s not working well
Just saw that above example uses deephost’s extension. If you wish to try it you have to get latest version of extension and update it in project. Also you have to update dynamic components extension because example aia uses v4
Why not load all the images at screen start?
I did it using firebase just have a loading screen at app start and hide it when database catches the data everything should be ready for you to use with no lags