In one Activity, I am doing this:
- Every minute, I update the GPS location to the cloud.
- Then, after the location is updated, I download a list of 10 people and their icons...and update them in the list. (each icon is 80x80 and about 2Kb)
This is done every minute, over and over.
My problem is: It seems to be a little slow? Sometimes when I swipe down the list, it's slow? And when I click, the response is not immediate...and may require a little hold.
Do you think I can fix this with multiple "threads" or something? Please advise. Thanks.
Edit: When it's loading the names and user-icons into the list...it's practically unusable. The list freezes...and you can't swipe up or down. And when it's not loading ...the list swipes very slowly.