Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.93 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.93 KB

Tasky

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

Login Home App Widget Add Reminder Shortcuts

Demo

🎯 Key Features:

  • Architecture :- MVI uses orbit mvi + Clean Architecture
  • Single Activity Arch
  • Multi-Module Setup:- demonstrates how to structure an Android project with multiple modules for better code organization and scalability.
  • Dependency Injection:- Koin
  • Jetpack Compose UI
  • Navigation in Multi-Module project uses compose destinations
  • CI/CD Setup
    • generate apk on push to master
    • static code analysis with sonarcloud
    • lint check
  • BuildSrc Setup: Dependency management is centralized using BuildSrc, simplifying dependency declarations and version management.
  • Adding widgets and app shortcut