Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 458 Bytes

File metadata and controls

21 lines (14 loc) · 458 Bytes

Project Title

A sample project of how to handle call authorisation service APIs.

Languages, libraries and tools used

  • Kotlin
  • Koin
  • RxAndroid,RxJava
  • Retrofit
  • Okhttp3
  • Okhttp3 Mock web server

Architecture

The architecture of the project follows the principles of Clean Architecture MVVM

Thanks