App to set events & reminder, repo created to apply new concepts in practice
Login | Home | App Widget | Add Reminder | Shortcuts |
---|---|---|---|---|
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