Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.81 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.81 KB

Tasky

App to set events & reminder, repo created to apply new concepts in practice

Login Home App Widget Add Reminder Shortcuts

Demo

Overview :-

  • Multi Module Structure

  • buildSrc to centrailize dependencies and to extract repeated portion of gradle ref

  • UI : Jetpack Compose

  • Navigation : compose destinations

  • DI : Koin

  • Architecture :- MVI + Clean Architecture

  • Single Activity Arch

  • CI / CD

    • generate apk on push to master
    • static code analysis with sonarcloud
    • lint check

Planned

  • unit test
  • unit test CI and jaccoco setup for coverage
  • instumentation test
  • instumentation test CI