Hdllo sir Can you make tutorial video. On Multiple picture i want to take multiple pictures
@FantasyChannelShuvo Жыл бұрын
Nice video....but when user denied at second time then how can i take the permission... which is must required..
@himanshusatone1608 ай бұрын
user permission result launcher API by google .to handle these cases.
@wilmerbarahona2779 Жыл бұрын
Thanks for the video, works great!
@yourayaan4 ай бұрын
How did it do the pre-taken photo on the phone's default camera?
@angsupoltongtip5964 ай бұрын
Please help me. If I want to reduce the size of an image file, what should I do? Thank you.
@kateguibang-guibang4903 Жыл бұрын
thank you so much😍
@kamran_alam Жыл бұрын
Can you provide source code please This is not working in me
@aryamaandash6103 Жыл бұрын
In my checkCameraPermissionAndOpenCamera() method. my "CAMERA" in Manifest.permission.CAMERA cannot be resolved. How do I fix this?
@tridaonguyen3070 Жыл бұрын
replace that with android.Manifest.permission.CAMERA
@mynameiskranz Жыл бұрын
Thank you!
@michpo1445 Жыл бұрын
You IMPORTS section is hidden, how are we supposed to know what files to include? I am getting a bunch of missing symbols errors after following your tutorial and your source code link does not point to source code. Please get it together
@CodingZest Жыл бұрын
Which errors are you getting?
@shrirajchavan Жыл бұрын
ActivityMainBinding@@CodingZest
@shrirajchavan Жыл бұрын
getRoot
@anndhhdikkka Жыл бұрын
@@CodingZest i also have the same errors. some of them are: ActivityMainBinding in MainActivity.java; getRoot and btnTakePicture in protected void in MainActivity.java; ivUser. The errors happened because the errors was not declared yet. You missed to show the mentioning part on you video I guess
@lennyvybzz3890 Жыл бұрын
@@anndhhdikkkatell me when you get it
@puisimajinasi3183 Жыл бұрын
How to disable dot camera android 12,javacode?
@JohnSmith-co1zv2 жыл бұрын
This didn't work, I'm using a webview
@enochliu8316 Жыл бұрын
Camera permission is not required for camera intent.
@tatanmoran8 ай бұрын
CODIGO INCOMPLETO, NO FUNCIONA
@shrirajchavan Жыл бұрын
ActivityMainBinding is not working
@kiemtientemu8 ай бұрын
Now what to do bro
@Rober7377 ай бұрын
put in your gradle: buildFeatures { dataBinding =true // for data binding viewBinding = true // for view binding } all that inside android {} then import the class and should work
@gomesca2348 ай бұрын
Code Complete in the Brainly
@gomesca2348 ай бұрын
@gomesca2348 ай бұрын
@trenton77292 жыл бұрын
😳 քʀօʍօֆʍ
@rakshitsawarn1617 ай бұрын
please don't see his video it wasted my10 minutes
@CodingZest7 ай бұрын
Hello, sorry if your precious time is wasted while watching my video, but could you please let me know in what sense it wasted you time. Like the video is not about what you are looking for or something else?
@איתיפליישר11 ай бұрын
it doesn't work for me its says in the log cat this: java.lang.RuntimeException: Unable to get provider androidx.core.content.FileProvider: java.lang.IllegalArgumentException: Missing android.support.FILE_PROVIDER_PATHS meta-data
@CodingZest11 ай бұрын
please check you fileProvider link in the manifest