Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 869 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 869 Bytes

K-Play is a sample Android application using the Deezer SDK.

Screenshots

Technologies used

This project is developped in Kotlin, and uses the CLEAN architecture.

cleanarchitecture

Main libraries used

Modules

  • data/ : contains the code to access to the data (repository pattern)
  • domain/ : contains the business logic and the usecases
  • app : Presentation layer, contains the UI