Dear corona community,
working on my app where I up- and download multiple images raised the following question: Is there - roughly - a number of network.requests I can send in one scene before it gets laggy? I am aware you can not say something like “up to 10 is fine, but 11 is not”, but has anybody had any experience with downloading multiple images at once?
In one of my scenes I’d like to display profile pictures of other users who have liked or disliked something. Lets say these profile pictures are about 50kb in size. Could I go through a i=1, i<100 loop and fire 100 requests? Or would that be too much and something like showing only the last 10 likers is necessary?
Any hints / ideas are appreciated. Thank you
