Training Project
- The app manages your day-to-day tasks by following several steps, first login to the app and then add your tasks and you can later modify, delete or complete those tasks.
• Navigation component : one activity contains multiple fragments instead of creating multiple activites
implementation("androidx.navigation:navigation-fragment-ktx:2.7.5")
implementation("androidx.navigation:navigation-ui-ktx:2.7.5")- Add the dependency for the Firebase Authentication library
implementation("com.google.firebase:firebase-auth")