You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the way I get list of playlists. Instead of relying on a do-while and awaiting each response, I await only the first one, then make the rest in a volley. Means ~200-300ms between the first and second, and only 100ms between each of the rest. Won't make a difference for most users, but in case someone has 1000 playlists, their load time will go from maybe 5 seconds down to about 2 seconds.
0 commit comments