How To Properly Handle Permissions in Android

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

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

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

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

  • @rahulchandrabhan
    @rahulchandrabhan วันที่ผ่านมา

    Nicely Explained....I Loved how you explained the whole code with reasonings

  • @LuisDanielMartinezBarrios
    @LuisDanielMartinezBarrios 8 หลายเดือนก่อน +4

    Just wanted to drop by and say your Android and Jetpack Compose videos are top-notch! Your dedication shines through, even if the views don't always reflect it. Keep up the fantastic work; you're making a real difference in the developer community. Looking forward to more great content from you!

    • @ahmed_guedmioui
      @ahmed_guedmioui  8 หลายเดือนก่อน +1

      Thanks for your kind words, 🙏
      I do this in one hand to help others and on the other hand to learn more stuff, because there isn't better learning than teaching 😁
      I also don't care about views 😅

  • @riccardomaino
    @riccardomaino 8 หลายเดือนก่อน +3

    Thank you very much bro❤ What about a video on Location Data and the Maps SDK. There isn't an updated video on TH-cam. Probably there a lot of people interested in that

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

    Just perfect, thanks man! Also what is the theme that you are using? Looks neat!

  • @henrik908
    @henrik908 8 หลายเดือนก่อน +3

    Woww I remember I requested you to make a video on permissions and you did it as you said thanks ❤❤.

    • @ahmed_guedmioui
      @ahmed_guedmioui  8 หลายเดือนก่อน +1

      Not to disappoint you but I recorded this video before you asked 😭

    • @henrik908
      @henrik908 8 หลายเดือนก่อน

      @@ahmed_guedmioui you broked my heart 💔😭😭.

  • @lucasianii8178
    @lucasianii8178 8 หลายเดือนก่อน

    Hi sir, are able to develop Bluetooth BLE apps?

  • @szurriaga
    @szurriaga 8 หลายเดือนก่อน

    why my checkSelfPermission needs a (context, string) and shouldShowRequestPermissionRationale needs a (activity, string) are you using any librray or its just the compose version?

    • @szurriaga
      @szurriaga 8 หลายเดือนก่อน

      oh, i see you are inside the MainAcivity, what is the best way to getActivity? i found this
      fun Context.getActivity(): Activity? {
      var currentContext = this
      while (currentContext is ContextWrapper) {
      if (currentContext is Activity) {
      return currentContext
      }
      currentContext = currentContext.baseContext
      }
      return null
      }

  • @engineerOne
    @engineerOne 8 หลายเดือนก่อน +1

    Here we go again 🔥❤

  • @vrindavankiras
    @vrindavankiras 8 หลายเดือนก่อน

    Thanks a lot man! 😊

  • @cocwarandloot4101
    @cocwarandloot4101 8 หลายเดือนก่อน

    Great video

  • @mehdiTiny
    @mehdiTiny 8 หลายเดือนก่อน

    Perfect! Thanks

  • @ArturoDevA
    @ArturoDevA 8 หลายเดือนก่อน

    You cant do it in composable