Tiam-Abderezai/LastFmApp

feat: implement artist search

Opened this issue · 0 comments

Acceptance Criteria:

  • User can query list of artists when clicked on a Search View widget in ArtistListFragment
  • When queried artist is clicked, TopAlbumListFragment displays list of top albums of the queried/clicked artist
  • Implement Jetpack Paging and DiffUtils to efficiently process large data sources to be displayed in ArtistListAdapter
  • When item of TopAlbumListFragment's Adapter is clicked, list of tracks (TrackListFragment) is displayed