Implementing Fingerprint and Face ID Authentication with Android and Jetpack Compose

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • Discord community: / discord
    Instagram → / lofcoding
    GitHub → github.com/moh...
    LinkedIn profile → bit.ly/3l66EVg
    Check out my Playlists → bit.ly/3FFX1q5
    Get the final project → github.com/lof...
    Want to support Land of coding? you can buy me a coffee → www.buymeacoff...

КОМЕНТАРІ • 21

  • @user-bg8tr3fs2x
    @user-bg8tr3fs2x 7 місяців тому

    The application is an application for the owner of vegetables to receive orders and know the location of a customer through the menu. The other application is for the user who orders vegetables with the option to pay through the bank or upon delivery of the order

  • @user-bg8tr3fs2x
    @user-bg8tr3fs2x 7 місяців тому

    Hello, I am one of your followers, and I thank you for your accurate and detailed explanation. I hope that you will design a special ordering application for vegetables that I will use in my delivery, but the prices of vegetables can be changed without updating the application. It has been updated with an addition to the menu so that we can know the user’s location and delivery. Order 🔥🔥🔥❤️

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

    Please make a series on TensorFlow with JetPack Compose.

  • @jesusmontes9673
    @jesusmontes9673 5 місяців тому

    In "val activity = LocalContext.current as FragmentActivity"
    get me an error log:
    java.lang.ClassCastException: androidx.compose.foundation.layout.ColumnScopeInstance cannot be cast to androidx.fragment.app.FragmentActivity
    Any Fix?

    • @jesusmontes9673
      @jesusmontes9673 5 місяців тому

      Solution---> MainActivity :FragmentActivity NOT ComponentActivity :)

  • @iwonCHOI
    @iwonCHOI 5 місяців тому

    Thank you for your video. what version of android you use in this video?

    • @Landofcoding
      @Landofcoding  5 місяців тому

      I think it was Android studio hedgehog

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

    I want to know your processor and ram
    Please reply.

  • @gspark1337
    @gspark1337 Місяць тому

    why tf no one shows face id on this tutorials

    • @Landofcoding
      @Landofcoding  Місяць тому

      @gspark1337 If face id is enabled in the device, you should be able to see the face recognition option in the prompt. So the same implementation is for both

  • @eriknyk2k
    @eriknyk2k 6 місяців тому

    the title says that Fingerpring and Face ID, hoeveer you never shown how it could work with FaceID

    • @Landofcoding
      @Landofcoding  6 місяців тому

      The same code works for both (fingerprint and face id)
      You just need to enroll face id and the face id option will show up next to the fingerprint option when you show the prompt to the user.

    • @eriknyk2k
      @eriknyk2k 6 місяців тому

      @@Landofcoding yeo teorically it should work but in the practice it doesn't work, just try it out yourself. for face id you need to set WEAK biometric auth in prompt and it not use cipher as 2nd parameter, but still asks for fingerprint never works with faceid, try it and you will see

    • @Landofcoding
      @Landofcoding  6 місяців тому

      Thank you for telling me about this
      I will test it and edit this video

    • @Landofcoding
      @Landofcoding  5 місяців тому

      After trying it out, the face id works without WEAK@@eriknyk2k

    • @eriknyk2k
      @eriknyk2k 5 місяців тому

      @@Landofcoding I would appreciate if you can show it dude, it never worked for me, I did many attempt without luck :(

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

    please create one video without jetpack

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

      It is exactly the same. Just use it in XML views

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

      Thank you and btw can u make a video to add payment integration @@Landofcoding