When viewing results for a specific Artist (ArtistSearchFragment), we should organize the songs by the album they're on. I'd like to organize it with and ExpandableListView (http://developer.android.com/reference/android/widget/ExpandableListView.html) so that each album by the artist is a parent item, and the songs on each album are child items of that album item.
When viewing results for a specific Artist (ArtistSearchFragment), we should organize the songs by the album they're on. I'd like to organize it with and ExpandableListView (http://developer.android.com/reference/android/widget/ExpandableListView.html) so that each album by the artist is a parent item, and the songs on each album are child items of that album item.