Type-Safe Navigation using OFFICIAL Compose Navigation Library

preview_player
Показать описание
In this video, we will learn about navigation in jetpack compose
you will learn
what is navigation
How to use the navigation in jetpack compose
How to use the navigation component
how to navigate from one screen to another screen
navigating Between Screens
How to work with NavController in jetpack compose
How to work with Navhost
How to use Navgraph
how to add the route
Navigate to a destination

---------------------------------------------------
If you like the content, buy me a coffee by clicking on this link. ☕☕☕

Source Codes:
---------------------------------------------------
Join me on social media:
MkrDeveloper website:
MkrDeveloper Instagram page:
MkrDeveloper Telegram Chanel:
MkrDeveloper Discord server:
.
.
.
.
#Android
#jetpack_compose
#kotlin
#android_studio
#kotlin_course
#android_tutorial_beginners
#android_developers
#navigation_android_jetpack_compose
Рекомендации по теме
Комментарии
Автор

If you have any requests about the tutorials you want to see, just leave a comment below! Subscribe to the channel if you don't want to miss the other parts. Thanks for watching.

MohsenMashkour
Автор

Finally! Setting routes is ridiculous. So much code for simple navi.

AndroidJeek
Автор

great video again. waiting for this. please create playlist on Dependency Injection (hilt)

vishwassharma
Автор

How about custom objects as parameters?

taar
Автор

Good day.. I would like to see a tutorial about creating password and using password for entry in jetpack compose for Android. Please

MasterPeace
Автор

Is it possible to pass only the single variables or is it possible to pass another Data Class as in the example?

@Serializable
data class ProdottoDett(
val image: String,
val title: String,
val acf: Acf
)

But this gives me an error telling me that: "serializer was not found for type 'Acf'. To use context serializer as a fallback, explicitly annotate the type or property with @Contextual"

andreamolinari