Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.05 KB

File metadata and controls

27 lines (21 loc) · 1.05 KB

Chuck Norris Jokes App

This is application that displays jokes about Chuck Noris on one screen and the WebView of the Api documentation on another.

Screen shots

Screens

Features

  • Architecture MVI
    • Data (for dto, API).
    • Domain (for use case, repositories).
    • Screens (for for UI logic, viewModels, viewStates end events)
  • Dependency injection with Hilt.
  • Reactive programming with kotlin coroutines.
  • Networking with Retrofit
  • Jetpack Compose for UI.

Application architecture MVI