/AlbumSample

Sample Android project to list meta data related with music albums

Primary LanguageJava

AlbumSample

  1. Used a Third party package from com.fedorvlasov.lazylist. Which uses lazy load images and uses file cache to cache images and if not cached loads from server asynchronously.
  2. Created 3 classes AlbumItem, SongItem and ArtistItem which implement the Item Interface.