A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
PlaylistFragment uses NotifyDataSetChanged to update the RecyclerView. Using NotifyDataSetChanged should be avoided, so the purpose of this ticket is to provide a more effective means for updating the RecyclerView's contents
PlaylistFragment uses NotifyDataSetChanged to update the RecyclerView. Using NotifyDataSetChanged should be avoided, so the purpose of this ticket is to provide a more effective means for updating the RecyclerView's contents