Skip to content

Application in Kotlin to show and shuffle songs, retrieved from a network API

Notifications You must be signed in to change notification settings

rondao/shuffle_songs_kotlin

Repository files navigation

Shuffle Songs exercise app in Kotlin

An exercise Kotlin application fetching songs and artists information from Network API and displaying a list of shuffled songs.

Features

  • Fetching Network API with Retrofit library.
  • Repository pattern using Room library.
  • Json decode/encode for model classes with Moshi.
  • ViewModel pattern implementation using data binding.
  • Image preview with Glide library.
  • Unit tests using Roboelectric.

About

Application in Kotlin to show and shuffle songs, retrieved from a network API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published