Loading Files From External / Scoped Storage - Android Studio Tutorial

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

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

  • @maskedredstonerproz
    @maskedredstonerproz 3 года назад +3

    You have no idea how much I waited for a video like this

  • @TVSanus
    @TVSanus 3 года назад +2

    This took me back to the time of SQLiteOpenHelper class!!

  • @davidbronn750
    @davidbronn750 3 года назад +1

    Good explanation with demonstration.

  • @baijusharma6027
    @baijusharma6027 3 года назад +1

    Thank you this is great. I have learned a lot from your channel. If possible try to make a series on custom views.

  • @MdSalman-kw8ng
    @MdSalman-kw8ng 3 года назад +3

    Can you do a tutorial on JWT Authentication which also includes sending requests with the token?

  • @mirzarufaeel6352
    @mirzarufaeel6352 3 года назад

    Very well explained

  • @mehulbisht9708
    @mehulbisht9708 3 года назад

    2:10 when you want an Image Uri but Android Studio thinks you're more interested in trash.

  • @tarsilacostalonga
    @tarsilacostalonga 3 года назад +1

    Hi Philipp, great playlist, I'm watching it all and learning a lot from you.
    One thing that wasn't clear to me.
    For instance, I get a photo from the gallery and modify it (like cutting, rotating) in my app. Can I save it substituing the original one in the external storage? Does I need any permission from the user?

    • @PhilippLackner
      @PhilippLackner  3 года назад +1

      before scoped storage yes, with scoped storage you need to issue an update request. In this playlist I show how to do that with deleting an image, it's pretty much the same

  • @shubhamshinde-lt7hr
    @shubhamshinde-lt7hr 2 года назад

    Great video, thank you.

  • @abdullahjaved8656
    @abdullahjaved8656 3 года назад +1

    Hi Philipp, I want to list files from a folder that is inside Download Directory(Download/Folder_NAME/files...). How can I display all files of "Folder_NAME" on Android 11+.

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

    Thanks

  • @yolfrankabreu3290
    @yolfrankabreu3290 3 года назад

    Hi, thanks for this tutorial. Is possible to load photos from a hidden folder using scoped storage?

  • @arpitgupta3151
    @arpitgupta3151 3 года назад +1

    8:00 I'm getting displayName can't be null error
    It's working fine on emulator as it has sdk 29 but not on my phone

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

    Hi Phillip!
    Well thanks, I need to load GPX file from the downloads folder. Any idea, how to solve this? Thanks

  • @aakash-codes
    @aakash-codes 3 года назад

    You are awesome 😎

  • @mayurshinde7665
    @mayurshinde7665 3 года назад +1

    Hey phillip,
    I just wanna ask you that Can we get all document files with its path from internal storage without manage external storage permission. Because My app is rejected by Google play console due to this permission. Can you please tell me the solution on it?

    • @SudhanshuKumar-xy6xv
      @SudhanshuKumar-xy6xv 2 года назад

      Hey I need some help with reading documents after selecting the csv file from storage. Can you help?

  • @YasirAli-ue3cz
    @YasirAli-ue3cz 3 года назад +1

    Phillip can you please tell how to view file after download it in shared storage.. i am creating intent with ACTION_VIEW to open external app to show my pdf but its not working in android 11.

    • @kalios01
      @kalios01 24 дня назад

      Do you got solution??

  • @kalios01
    @kalios01 24 дня назад

    What about loading PDFs

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

    bro you can fetch all pdf files in recyclerview using media store please please create a video on that soon please

  • @darwinspace
    @darwinspace 3 года назад

    Make More examples with StateFlow, i want to make a state with mutiple lists

  • @SudhanshuKumar-xy6xv
    @SudhanshuKumar-xy6xv 2 года назад

    Can we read csv file also with MediaStore

  • @anupsarkar3063
    @anupsarkar3063 3 года назад

    Please help, how can i save any files shared from whatsApp Or instagram in storage?

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

    how do you do this: sdk29AndUp {} ??

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

    can you show us an example by java 🙏🙏

  • @bokhirchonkhakimov4969
    @bokhirchonkhakimov4969 3 года назад

    please continue the Spotify clone video course with search

  • @chiragpagaria9368
    @chiragpagaria9368 3 года назад

    it does not show files which are under subfolder

  • @TheAbhidugar
    @TheAbhidugar 3 года назад

    Hi