Hi, hope you guys are doing well. Need your expert advice for an app.
I have around 500 cards and images in my app. And I want to load them dynamically. I tried few extensions, like picasso and glide, but they were not helpful, some worked some did not, my app still took 7-8 seconds to load. which is a lot! Kodular image utilities component falsely asks for reading permission but I don’t want that because if a user selects no, then the images wont load at all!!
How apps with thousands of images and components load in 2-3 seconds? How can we achieve the same?
None of the exterwill fulfill your desire, I hope so. App certainly need some time to load thousans images minimum 5sec is will be needed . Duration completely depend upon the size and quality of the image
we use so many apps, I have seen app with 500 images and card components, takes load time of 3 seconds only.
take an example of google play store app. so many card and images load instantly.
You can use an webviewer and a script with a lazy loading implementation and store the image that app using in a variabile,so you avoid to load all the images
Hi,
I dont want to load 1000 images in 2-3 seconds. I want to load my app in 2-3 seconds, rest the other images load 1 by one, or 20/30 per second is acceptable.
I dont expect to load such vast number of images in 2-3 seconds, I only want to load my app in 2-3 sec. I have seen other apps loading in 2-3 seconds.
I am doing it on kodular, and we can open in 2-3 seconds in kodular as well provided we know how to delay loading of images and components. If I load screen only few 10-20 loaded images and components then it will take only 2-3 seconds to load.
I am using view pager, and six different vertical scroll arrangement. How should I go about dividing blocks. The method I tried was to load on view pager selected, however it crashes my app when I switch view pager back to loaded tab.
how t o go about it?
Did you try this?
I tried did not load in 2-3 seconds. Took 7-8 seconds. I don’t know what is wrong!!