Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Prefetch, a lot of Prefetch, the trick is to load the image before you load it 😉
-
htlr52076yYou can achieve this using Facebook's fresco image loading library. Although it can take seperate uri s for different quality of images, its able to swap them when each of em arrives, just apply the blur effect to the Imageview for low quality images and you are good to go.
https://github.com/facebook/fresco -
Root825996y@htlr Really? There's a library for that? Ofc there is.
Anyway, I came here specifically to suggest just this approach.
Related Rants
-
syde2Me Visiting a new location... *Device found a new wi-fi signal: worldsMostSecureRouter *Enter password: worl...
-
mcarrera11A client refused to pay for a hybrid mobile app because he said that he only needed the android version. Aft...
-
CodeNoir14Dear websites, Please stop fucking asking me to install your shitty mobile apps. They do the same thing your ...
Can someone tell how does Instagram load images so fast without any delays ?
Because i'm planning to enhance my application performance as much as i can
rant
recommendation
mobile development