chyrta / HearThisMusicPlayer

An extremely simple player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HearThisAt Music Player

An extremely simple player of popular tracks from HearThisAt, utilizing Model-View-Intent pattern and a modified DMAudioStreamer.

Screenshots

Architecture

This project utilizes MVI pattern according to the official sample by oldergod

Unit tests

To run unit tests, use this command:

./gradlew test

Linting

To perform linting of the code:

./gradlew ktlint

Also, there is another command to fix the code automatically:

./gradlew ktlintFormat

Libraries

  • Modified DMAudioStreamer
  • RxJava 2
  • Retrofit
  • Koin
  • Timber
  • Glide
  • Moshi
  • RxBinding

About

An extremely simple player


Languages

Language:Kotlin 100.0%