Tagged Questions
3
votes
1answer
365 views
Efficient Album Cover loading for ListView
I have a list view which display in each view a Album's name, the associated Artist and the album art.
Here is the code of my ListFragment which display this list:
public class AlbumsFragment ...