Nested Navigation in Jetpack Compose | Android Jetpack Compose Tutorial | PixelDev

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • Dive into the world of Nested Navigation in Jetpack Compose with our comprehensive tutorial! Learn how to structure your Android app's navigation graph, manage multiple navigation graphs, and seamlessly navigate between composables. Whether you're a beginner or an experienced developer, this tutorial will guide you through the intricacies of nested navigation, providing valuable insights and hands-on examples.
    🔗 Follow along with the code snippets and examples to gain a deep understanding of how to implement nested navigation in your Jetpack Compose project. From setting up navigation graphs to handling back stack interactions, we've got you covered!
    🔗 GitHub Resource Links:
    👉 GitHub Repository - github.com/Din...
    👉 Nested Navigation - github.com/Din...
    👉 Navigation-in-Jetpack-Compose - github.com/Din...
    👉 Navigating with arguments in Jetpack Compose - github.com/Din...
    👉 Jetpack-Compose-UI-Components-Material-3 - github.com/Din...
    📚 Recommended Resources:
    👉 Jetpack Compose Animation Series - • Jetpack Compose Animat...
    👉 Jetpack Compose Tutorials - • Jetpack Compose Tutori...
    👉 Date Picker using Material 3 in Jetpack Compose - • Custom Date Picker usi...
    👉 Tab layout in Jetpack Compose - • Custom Tab layout with...
    👉 Bottom Sheet using Jetpack Compose - • How to create Bottom S...
    You can SUPPORT me if you want.
    👉 PayPal - paypal.me/pixe...
    🗣️ Connect with the PixelDev Community:
    Website: pixeldev.in/
    Instagram: / pixel.designdeveloper
    UA-cam: / @pixeldesigndeveloper
    👩‍💻 Enhance your Android development skills and build more robust and organized navigation systems using Jetpack Compose. If you're ready to level up your Compose skills, this tutorial is a must-watch!
    🚀 Join me in Android Studio as we dive into code demonstrations and break down each step. Whether you're a beginner or looking to enhance your Jetpack Compose skills, this tutorial is tailored for you!
    👍 If you find this tutorial helpful, don't forget to give it a thumbs up, subscribe for more Jetpack Compose content, and hit the notification bell to stay updated on the latest tutorials. Have questions or specific topics you'd like us to cover? Drop them in the comments below.
    Finally, If you love my content, please SHARE my courses to your friends. You can share this course to your Facebook, WhatsApp etc.
    Happy coding, and let's master Jetpack Compose together! 🚀✨"
    ❤️❤️ Thank You All for the Love and Support ❤️❤️
    #JetpackCompose #NestedNavigation #AndroidDevelopment #JetpackComposeTutorial #AndroidDev #NavigationGraph #ComposeNavigation #AndroidApps #LearnJetpackCompose
    #JetpackComposeNavigation
    #NestedNavigation
    #AndroidDev
    #JetpackComposeTutorial
    #NavigationGraph
    #ComposeNavigation
    #AndroidDevelopment
    #LearnJetpackCompose
    #AndroidApps
    #ComposeTutorial
    #UIProgramming
    #MobileDevelopment
    #JetpackComposeLearning
    #AndroidStudio
    #AppNavigation
    #AndroidJetpack
    #JetpackComposeGuide
    #TechTutorials
    #CodeLearning
    #AppDevelopment
    #KotlinProgramming
    #AndroidUI
    #ProgrammingTips
    #SoftwareDevelopment
    #AndroidCode
    #AndroidDesign
    #ComposeLearning
    #AppDesign
    #DevCommunity
    #NavigationPatterns
    #JetpackComposePatterns
    #ProgrammingJourney
    #ComposableFunctions
    #TechEducation
    #DeveloperResources
    #AppFlow
    #MobileAppNavigation
    #ComposeExamples
    #NavigationStack
    #JetpackComposeSkills
    #CodeExplained
    #AppDevelopmentJourney
    #UIUXDesign
    #ComposeCommunity
    #AndroidTips
    #JetpackComposeDevelopment
    #AndroidLearning
    #ProgrammingEducation
    #AndroidJetpackCompose
    #CodeCrafting

КОМЕНТАРІ • 20

  • @kirannchelak
    @kirannchelak 3 місяці тому +2

    thank you so much no one gave this kind of full information in one video, we all need this. good tutor . thank a lot.
    i really needed someone to tell me from splash screen to end screen thank you!!!!!

  • @diegovera5804
    @diegovera5804 7 місяців тому +3

    Hello. Thanks for your video. It works for my project. I'm new to Jetpack compose. However, I wanted to know how you configured the MainActivity since I followed all the instructions you gave and the app closes on the login page. I think it has to do with the route placed in the MainActivity. Thank you so much.

  • @nuralijakipov3585
    @nuralijakipov3585 4 місяці тому +2

    I have a question about, how can I show bottom bar in details screen page?

  • @palashjyotigoswami9999
    @palashjyotigoswami9999 7 місяців тому +1

    Great video.. I had a question once the user is logged in how to redirect to the MainScreen skipping authentication

    • @pixeldesigndeveloper
      @pixeldesigndeveloper  7 місяців тому

      For you to achieve this, you must implement SharedPreferences or the data store in the app. This means that when the user login, you must store a flag or some information. To do this, simply check on the splash screen to see whether you have user data, and if not, you can then reroute the MainPage or Login.

    • @palashjyotigoswami9999
      @palashjyotigoswami9999 7 місяців тому

      Thank you@@pixeldesigndeveloper

  • @osvaldoarellano8904
    @osvaldoarellano8904 8 місяців тому +1

    Brilliant!

    • @pixeldesigndeveloper
      @pixeldesigndeveloper  8 місяців тому

      Hope you like it.

    • @osvaldoarellano8904
      @osvaldoarellano8904 8 місяців тому

      @@pixeldesigndeveloper I DID! But may I ask, When I run the app it's just a blank screen. Do you know any fix?

    • @pixeldesigndeveloper
      @pixeldesigndeveloper  8 місяців тому +2

      If you're using Jetpack Compose, then wherever you've created a function, add it to oncreate(). This may resolve your issue.

    • @osvaldoarellano8904
      @osvaldoarellano8904 8 місяців тому +1

      @@pixeldesigndeveloper I got it to work! Now my navcontroller is leading me out of the app once I press sign in, but im sure I did something wrong. Thank you so much!

  • @AshutoshPandey-rt9hp
    @AshutoshPandey-rt9hp 8 місяців тому

    What will you do to navigate to parents sibling route directly

    • @pixeldesigndeveloper
      @pixeldesigndeveloper  8 місяців тому

      You have to do the same things I did in the video
      In the video, if you see the Login page to MainScreen, it follows the same flow as you mentioned. let me know if this helps you.

  • @bhappy4424
    @bhappy4424 2 місяці тому +1

    hated the music loved the video

  • @HariomOP278k
    @HariomOP278k 7 місяців тому +1

    Please add voice vedio