Read Image From External Storage API 30+ using Java || Scoped Storage android Q R || Android Studio

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • Read Image From External Storage API 30+ using Java || Scoped Storage android Q R || Android Studio
    Follow me on Instagram: / foxandroidblog
    Follow me on Facebook: / foxandroidblog
    Source Code(Type #158 in "auto-source-code" channel) :
    / discord
    ---------------------------------------------------------------------------------------------------------------------------------------------------------
    Equipment I Use to Make My videos:
    📱 Phone -: amzn.to/3px6ucS
    🎧Earphones -: amzn.to/3JecI98
    🎙️Mic - : amzn.to/310u7Rp
    🎙️Mic - : amzn.to/3He96SW
    🔊Speakers - : amzn.to/3Hgfzg8
    💾External HardDrive - amzn.to/3JoRzZV
    💻 My PC build: www.amazon.in/shop/foxandroid
    --------------------------------------------------------------------------------------------------------------------------------------------------------
    Hey Developers,
    In this video, I have explained :
    * How to read image from external storage in Android 11 using Java
    * How to implement Scoped Storage in Android API level 30+
    Modifiers - Android Jetpack Compose
    • Modifiers - Android Je...
    Box - Jetpack Compose
    • Box - Jetpack Compose ...
    How to Request Multiple Permissions in Android 11 using Java
    • How to Request Multipl...
    How to Request Multiple Permissions in Android 11 using Kotlin
    • How to Request Multipl...
    How to Save Image to External Storage using Java API 30
    • How to Save Image to E...
    Read Image From External Storage API 30+ using Kotlin
    • Read Image From Extern...
    #scopedstorage #readimage #externalstorage
  • НаукаНаука

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

  • @azamat282
    @azamat282 2 года назад +1

    thanks dude

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

    How about app with api target 33?

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

    Sir please make delete function

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

    binding.saveButton is not working, any suggestions?

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

      Same, app crashes there. And I followed the previous tutorial succesfully. This one is failing. I'll comment back if I find out why.

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

      Allright, found out what's going on by adding a try-catch around the binding.saveButton in MainActivity, and a Toast printing what's wrong. Maybe you were dealing with the same issue.
      The exception tells it can't recognize the "ReadExternalStorage" (new class name) activity, and suggest to check if it is declared at the manifest.
      I went into my manifest, duplicated the block of MainActivity declared there within , and change the name tag on the new one with ".ReadExternalStorage"; and it worked.
      This maybe happened because I created and wrote the new class in a very manual and individual way.
      You wrote a long time ago, but hopefully this helps somebody else somewhen.

  • @adityaroy1851
    @adityaroy1851 2 года назад +1

    Sir please make image delete function

    • @_foxandroid
      @_foxandroid  2 года назад +1

      It will be posted soon Aditya!