Reputation: 4570
I want to load Stickers from the server using remote URL, I have found a solution for that from following post.
Creating a MSSticker with a remote image
But now i want to load sticker image with lazy loading, can i add loader in each sticker cell until image load from remote url.
Upvotes: 1
Views: 289
Reputation: 21
Yes you can show loader on each cell and hit the remote url to load the image.
Upvotes: -1