integrated Jetpack navigation to project so we dont have to manually code the functionallities of loading to different fragments

This commit is contained in:
Alex
2026-04-04 20:08:40 -06:00
parent e25a02fe1f
commit be79de7c82
33 changed files with 508 additions and 455 deletions

View File

@@ -9,6 +9,7 @@ activity = "1.12.4"
constraintlayout = "2.2.1"
swiperefreshlayout = "1.2.0"
hilt = "2.51.1"
navigation = "2.8.8"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -21,7 +22,10 @@ constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayo
swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" }
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" }
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigation" }
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigation" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
navigation-safeargs = { id = "androidx.navigation.safeargs", version.ref = "navigation" }