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
@mustafaammar5512 күн бұрын
very cool
@محمدحسين-ز7ن10 ай бұрын
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 🔥🔥🔥❤️
@henrik90810 ай бұрын
Please make a series on TensorFlow with JetPack Compose.
@Landofcoding10 ай бұрын
I haven't tried it yet
@jesusmontes96739 ай бұрын
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?
@jesusmontes96739 ай бұрын
Solution---> MainActivity :FragmentActivity NOT ComponentActivity :)
@aWritingDev9 ай бұрын
Thank you for your video. what version of android you use in this video?
@Landofcoding9 ай бұрын
I think it was Android studio hedgehog
@LionellllMessi10 ай бұрын
I want to know your processor and ram Please reply.
@umairnazim356510 ай бұрын
please create one video without jetpack
@Landofcoding10 ай бұрын
It is exactly the same. Just use it in XML views
@umairnazim356510 ай бұрын
Thank you and btw can u make a video to add payment integration @@Landofcoding
@eriknyk2k9 ай бұрын
the title says that Fingerpring and Face ID, hoeveer you never shown how it could work with FaceID
@Landofcoding9 ай бұрын
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.
@eriknyk2k9 ай бұрын
@@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
@Landofcoding9 ай бұрын
Thank you for telling me about this I will test it and edit this video
@Landofcoding9 ай бұрын
After trying it out, the face id works without WEAK@@eriknyk2k
@eriknyk2k9 ай бұрын
@@Landofcoding I would appreciate if you can show it dude, it never worked for me, I did many attempt without luck :(
@gspark13375 ай бұрын
why tf no one shows face id on this tutorials
@Landofcoding5 ай бұрын
@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