Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 357 Bytes

Kotlin MVI App

Small project using Clean Architecture, MVI, Coroutines and Unit tests.

The app have two screens, as follows:

  • A screen with a list of clickable posts with at least the post title
  • A detail screen for the selected post with at least the follow:
    • Post title
    • Post body
    • Author name
    • Number of comments