Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.12 KB

kAndroidModular

AndroidModularSample reloaded and rewritten in Kotlin!

Use cases

  • Screen 1: type a user
  • Screen 2: load and display GitHub repos for this user

Technical stack

TODOs

  • use of FSM library EasyFlow
  • check orientation changes
  • build repos screen with RecyclerView + Adapter
  • global unit test with mocked DI-components
  • split into modules
  • unit test each module using Fragment Test Rule