How to Implement File Picker in Android Studio | FilePicker | Android Coding

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 41

  • @ondrejvlasek2020
    @ondrejvlasek2020 3 роки тому +1

    Oh man, thanks to you I will pass this year of high school... big thumbs up!

    • @AndroidCoding
      @AndroidCoding  3 роки тому +1

      You're welcome. Glad to hear. Keep learning.

  • @АлексейРодионов-ы8о

    Spasibo za detalizirovannoe video 👍🏼

  • @kanagasingamdanushan3701
    @kanagasingamdanushan3701 2 роки тому +1

    startActivityForResult is deprecated for android, how can we doo this

  • @FarooqAhmad-lr1fx
    @FarooqAhmad-lr1fx 2 роки тому +1

    So nice. really helpful

  • @FarooqAhmad-lr1fx
    @FarooqAhmad-lr1fx 2 роки тому +1

    ye file picking mai muje path null de raha hai?

  • @originally7754
    @originally7754 3 роки тому +1

    Sir , when I click the image button .... then why file picker image activity appear some time later.... I mean very slow ... Please solve this problem 🙏🙏

  • @jafarkhan3627
    @jafarkhan3627 2 роки тому

    I did your steps only for the btfile and have the problem, that my Toast becomes: File Path: null . File Explorer opens as expected and everything else works fine. Do you have an idea what can possibly go wrong here?

  • @mirak474
    @mirak474 3 роки тому +1

    How do i target a specific folder in the file picker? I want it to go to /storage/emulated/0/data/app_name but clicking it goes to the main directory

    • @AndroidCoding
      @AndroidCoding  3 роки тому +2

      Try this :
      intent.putExtra(FilePickerActivity.CONFIGS, new Configurations.Builder()
      .setCheckPermission(true)
      .setShowImages(true)
      .enableImageCapture(true)
      .setMaxSelection(1)
      .setSkipZeroSizeFiles(true)
      .setRootPath(Environment.getExternalStorageDirectory().getPath() + "/FolderName/")
      .build());

  • @alansoftware
    @alansoftware 3 роки тому +1

    Güzel örnek. Eline sağlık 👍

  • @CarPort-ny4dm
    @CarPort-ny4dm 3 роки тому

    The toast shows only numbers (android 10)... What is wrong?

  • @AshishKumar-zt5pt
    @AshishKumar-zt5pt 3 роки тому

    Pls tell me how to show all selected images preview in this activity and also how tow show capture image from camera

  • @techbrainz
    @techbrainz 3 роки тому

    Is this dependency works for kotlin

  • @kaballka5303
    @kaballka5303 3 роки тому +4

    Great video! For some reason I get "null" for btFile. For all other buttons I get the correct path. Followed the video twice thinking that I've done something wrong... Am I the only one with this issue ?

  • @dada-pp4pf
    @dada-pp4pf 3 роки тому

    How to send file from Android app to telegram or to somewhere using FTP?

  • @creativemovies8088
    @creativemovies8088 3 роки тому +1

    Great Video! I did your steps only for the btfile and have the problem, that my Toast becomes: File Path: null . File Explorer opens as expected and everything else works fine. Do you have an idea what can possibly go wrong here?

  • @qusaiatoon2802
    @qusaiatoon2802 3 роки тому

    I am using kotlin and the path is always null, Can anybody help me with this ?

  • @bimapratama1574
    @bimapratama1574 3 роки тому

    how get pdf, word, and jpg ?

  • @dwaynetino
    @dwaynetino 3 роки тому +2

    Does this work on Android 11?

    • @meetshah6870
      @meetshah6870 3 роки тому

      nice question. Even i am looking answer for that.

  • @christineanncuyag3319
    @christineanncuyag3319 3 роки тому

    sir start activity for result is my error please help me !!!!

  • @hariomsharma9785
    @hariomsharma9785 3 роки тому +1

    👍

  • @rrajkumar9796
    @rrajkumar9796 3 роки тому

    How to develop image status app

  • @aymandoukkali7789
    @aymandoukkali7789 3 роки тому +1

    for multiple Pictures

    • @AndroidCoding
      @AndroidCoding  3 роки тому

      Change the value of setmaxselection.

    • @aymandoukkali7789
      @aymandoukkali7789 3 роки тому

      @@AndroidCoding if i want display images in ImageSwitcher or RecyclerView ?

  • @speedoodeveloper1675
    @speedoodeveloper1675 3 роки тому +1

    Android coding please can we see your face and ear your voice please

    • @AndroidCoding
      @AndroidCoding  3 роки тому

      Glad to hear. A fan who wants to see my face and hear my voice too. When I reach my milestone, I will definitely show my face.

  • @THEGAMER-rh4tx
    @THEGAMER-rh4tx 3 роки тому

    Hello, Thanks for the videos, Its really helpful. Can you pls make a tutorial about how to send messages to whatts app or facebook automatically without opening the app?

  • @rexl8649
    @rexl8649 3 роки тому

    Not work

  • @adityaroy1851
    @adityaroy1851 3 роки тому

    Only pdf and images..