Load and Display Images from External Storage Card - Android Kotlin

Поделиться
HTML-код
  • Опубликовано: 19 мар 2020
  • This video shows how to load and display images of external sd card into android application. This video will show step by step implementation of the development of mentioned application with the help of Kotlin in Android.

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

  • @parthswadas5120
    @parthswadas5120 4 года назад +6

    I have followed all the steps mentioned in the video as per your guidance and i got the same result that you got at the end.
    Really enjoyed after getting the result in my android development and your English language is very understandable.
    So Thank you for contributing.
    Please keep posting this type of awesome videos.

    • @DrParagShukla
      @DrParagShukla  4 года назад +2

      Great 👍
      Thank you for feedback
      Keep Learning...!

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

    Very helpful video

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

    perfect.But how do ou access a specific folder that have pictures that you specifically want without accessing the entire images in the external storage?

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

    thank you for the tutorial it was helpful, but how can i retrieve images only from a certain folder

  • @sanjeevkushwahask
    @sanjeevkushwahask 6 месяцев назад

    When I open app permission dialog is not opened

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

    why totyped array and what is toTyped array mean

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

    I am getting an error with gridview reference, how can I fix it

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

      From Android Studio 4.1 Onwards in Android Kotlin
      If you get 'unresolved reference' on View then do the following
      open build.gradle file and add after all implementations this line:
      apply plugin: 'kotlin-android-extensions'
      then sync.

  • @mani_khan_
    @mani_khan_ 4 года назад +2

    Sir please do same tutorial in java

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

    please Give Source Code

  • @arpitgupta3151
    @arpitgupta3151 4 года назад

    Tried it on emulator - Unknown flags set at parity error
    Tried it on phone - Instead of SD card, it's showing pictures from internal storage in order of earliest date. Because of lot of pictures, app is crashing while scrolling

    • @DrParagShukla
      @DrParagShukla  4 года назад

      Yes, if you have a lots of pictures then you need to use recyclerview instead of listview

    • @DrParagShukla
      @DrParagShukla  4 года назад

      If you want to run on emulator then in Tools -> AVD Manager, edit the configuration details of emulator and make the SD Card studio managed.

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

    sir could u do in java

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

    Please, learn kotlin for yourself first and only then teach the people, also, don't use deprecated api.

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

      Sure👍
      Thanks for valuable feedback