How to Request Camera Permission and Take Picture in Android | How to Take Photo From Camera Android

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 34

  • @angsupoltongtip596
    @angsupoltongtip596 Месяц назад

    Please help me. If I want to reduce the size of an image file, what should I do? Thank you.

  • @yourayaan
    @yourayaan Месяц назад

    How did it do the pre-taken photo on the phone's default camera?

  • @wilmerbarahona2779
    @wilmerbarahona2779 Год назад

    Thanks for the video, works great!

  • @FantasyChannelShuvo
    @FantasyChannelShuvo Год назад +2

    Nice video....but when user denied at second time then how can i take the permission... which is must required..

    • @himanshusatone160
      @himanshusatone160 5 месяцев назад

      user permission result launcher API by google .to handle these cases.

  • @aryamaandash6103
    @aryamaandash6103 Год назад +2

    In my checkCameraPermissionAndOpenCamera() method. my "CAMERA" in Manifest.permission.CAMERA cannot be resolved. How do I fix this?

    • @tridaonguyen3070
      @tridaonguyen3070 10 месяцев назад +6

      replace that with android.Manifest.permission.CAMERA

  • @kateguibang-guibang4903
    @kateguibang-guibang4903 11 месяцев назад

    thank you so much😍

  • @kamran_alam
    @kamran_alam Год назад +1

    Can you provide source code please
    This is not working in me

  • @deepakkumaar7096
    @deepakkumaar7096 9 месяцев назад

    Hdllo sir Can you make tutorial video. On Multiple picture i want to take multiple pictures

  • @michpo1445
    @michpo1445 Год назад +2

    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
      @CodingZest  Год назад

      Which errors are you getting?

    • @shrirajchavan
      @shrirajchavan Год назад

      ActivityMainBinding@@CodingZest

    • @shrirajchavan
      @shrirajchavan Год назад

      getRoot

    • @anndhhdikkka
      @anndhhdikkka 10 месяцев назад

      ​@@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
      @lennyvybzz3890 9 месяцев назад

      ​@@anndhhdikkkatell me when you get it

  • @mynameiskranz
    @mynameiskranz Год назад

    Thank you!

  • @JohnSmith-co1zv
    @JohnSmith-co1zv Год назад

    This didn't work, I'm using a webview

  • @enochliu8316
    @enochliu8316 9 месяцев назад

    Camera permission is not required for camera intent.

  • @puisimajinasi3183
    @puisimajinasi3183 Год назад

    How to disable dot camera android 12,javacode?

  • @tatanmoran
    @tatanmoran 4 месяца назад

    CODIGO INCOMPLETO, NO FUNCIONA

  • @shrirajchavan
    @shrirajchavan Год назад

    ActivityMainBinding is not working

    • @NguyenPhuc-pt8bh
      @NguyenPhuc-pt8bh 5 месяцев назад

      Now what to do bro

    • @Rober737
      @Rober737 3 месяца назад

      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

  • @gomesca234
    @gomesca234 5 месяцев назад +1

    Code Complete in the Brainly

  • @trenton7729
    @trenton7729 2 года назад

    😳 քʀօʍօֆʍ

  • @rakshitsawarn161
    @rakshitsawarn161 4 месяца назад

    please don't see his video it wasted my10 minutes

    • @CodingZest
      @CodingZest  4 месяца назад

      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?

  • @איתיפליישר
    @איתיפליישר 8 месяцев назад +1

    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

    • @CodingZest
      @CodingZest  8 месяцев назад +1

      please check you fileProvider link in the manifest

    • @theonecontroller1
      @theonecontroller1 8 месяцев назад +1

      did you solve this error