smithdtyler / prettygoodmusicplayer

A music player app for Android hits the basics hard
GNU General Public License v3.0
51 stars 23 forks source link

Add album art support #57

Open smithdtyler opened 9 years ago

ghost commented 8 years ago

@smithdtyler I'm fine with this as long you can disable the cover art. I don't personally need it.

undu commented 8 years ago

Consider using Picasso library for caching and resizing images, haven't checked if its license is compatible, though.

undu commented 8 years ago

Couple of alternatives: Glide and Fresco, both provide caching and resizing, they use Apache 2.0 (like picasso) and BSD, respectively.