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

Поделиться
HTML-код
  • Опубликовано: 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
    - RUclips: / @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 2 месяца назад +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!!!!!

  • @nuralijakipov3585
    @nuralijakipov3585 3 месяца назад +2

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

  • @diegovera5804
    @diegovera5804 6 месяцев назад +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.

  • @bhappy4424
    @bhappy4424 Месяц назад +1

    hated the music loved the video

  • @palashjyotigoswami9999
    @palashjyotigoswami9999 6 месяцев назад +1

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

    • @pixeldesigndeveloper
      @pixeldesigndeveloper  6 месяцев назад

      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 6 месяцев назад

      Thank you@@pixeldesigndeveloper

  • @osvaldoarellano8904
    @osvaldoarellano8904 7 месяцев назад +1

    Brilliant!

    • @pixeldesigndeveloper
      @pixeldesigndeveloper  7 месяцев назад

      Hope you like it.

    • @osvaldoarellano8904
      @osvaldoarellano8904 7 месяцев назад

      @@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  7 месяцев назад +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 7 месяцев назад +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 7 месяцев назад

    What will you do to navigate to parents sibling route directly

    • @pixeldesigndeveloper
      @pixeldesigndeveloper  7 месяцев назад

      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.

  • @HariomOP278k
    @HariomOP278k 6 месяцев назад +1

    Please add voice vedio