Navigation Drawer in Jetpack Compose Full Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 16

  • @ahmed_guedmioui
    @ahmed_guedmioui  4 หลายเดือนก่อน

    Get my premium course to build industry-level Android apps & Ktor backends. 🚀
    ahmed-guedmioui.thinkific.com/courses/build-industry-level-apps-and-ktor-backends
    to take your skills to the next level and become ready for the Android industry ✅

  • @kamyt3460
    @kamyt3460 53 นาทีที่ผ่านมา

    8:46

  • @tamert26
    @tamert26 2 หลายเดือนก่อน

    This was so helpful, thank you so much

  • @maryannadelman4438
    @maryannadelman4438 3 หลายเดือนก่อน

    Never mind my question. I got it answered in your TopBar video. 😁

  • @mrdeveloper4438
    @mrdeveloper4438 4 หลายเดือนก่อน

    keep it up bro i like your video

  • @ashfaqkhan-e1f
    @ashfaqkhan-e1f 4 หลายเดือนก่อน +1

    Keep it up bro

  • @ugayashan8659
    @ugayashan8659 4 หลายเดือนก่อน

    could you please bring a tutorial on a famous tech clone with jetpack & mvvm architecture,

  • @mehmetaltinsoy525
    @mehmetaltinsoy525 4 หลายเดือนก่อน

    Thanks

  • @maryannadelman4438
    @maryannadelman4438 3 หลายเดือนก่อน

    Elementary question: Why is it when I apply a dark solid color to my TopAppBar, the time/date/battery level system icons are dark and unreadable? In your tutorial image for this video, you have a green topappbar and the system icons are white.

    • @foxriderzero
      @foxriderzero 15 วันที่ผ่านมา

      you can change the status bar icons using systemUiController.setSystemBarsColor(
      color = colorResource(R.color.themeColor),
      darkIcons = false
      )

  • @mayanktiwari2092
    @mayanktiwari2092 3 หลายเดือนก่อน

    but my drawer shows transparent background and open in full screen

  • @zahraidaissa2025
    @zahraidaissa2025 4 หลายเดือนก่อน

    ماشاءالله

  • @UNKNOWN._GAMER.
    @UNKNOWN._GAMER. 4 หลายเดือนก่อน

    which plugin your using ? when your coding it is auto recommending

    • @ahmed_guedmioui
      @ahmed_guedmioui  4 หลายเดือนก่อน

      @@UNKNOWN._GAMER. it's android studio's auto completion, just update to the latest version and you will get it

  • @eren352
    @eren352 2 หลายเดือนก่อน

    I have problem with the gesturesEnabled = true with the webview.
    When i scrolling down, its triger ther gestureDrawer to open. How to fix that, please help me

    • @ahmed_guedmioui
      @ahmed_guedmioui  2 หลายเดือนก่อน

      @@eren352 sorry I really don't know how