Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 456 Bytes

yelpapiapp

Description:

  • Single activity app with one screen, that shows list of restaurants from specific address. The list is received from Yelp API.

Stack:

  • Kotlin only app
  • Coroutines for asynchronous calls
  • Koin as DI
  • MVVM with MVI
  • Clean Code
  • Retrofit with OkHttp for requests
  • Moshi for parse JSON into objects
  • Coil for downloading images from internet
  • Testing: mockk, spek

Purpose of the project:

  • Show modern stack