Pick Image From Gallery In Android Studio | Image Picker | Image Picker Library In Android | Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น •

  • @carlosnunes6094
    @carlosnunes6094 ปีที่แล้ว +1

    Thank you very much, friend. I'm from Brazil, and I didn't find anything here to help me, you saved me.

  • @mastershonobi110
    @mastershonobi110 หลายเดือนก่อน

    Could you have made the image both the click listener and the object that recd the image without issue? Or does it have to be separated like you did within an imageview and a floating action button? Thanks

  • @FictionHubZA
    @FictionHubZA ปีที่แล้ว +1

    0:24
    Thats me😂

  • @khanhbangcaohoang
    @khanhbangcaohoang 6 หลายเดือนก่อน

    Thank you very much.

  • @mastershonobi110
    @mastershonobi110 หลายเดือนก่อน

    Also onActivityResult is deprecated; I know ActivityResultLauncher class is now used to launch the intent; but ImagePicker has start(). How can I reconcile the start() and activityResultLauncher()?

  • @user--10552
    @user--10552 ปีที่แล้ว

    what can i do if i have 2 deferent pictures to pick the two pictures when i picked them will run
    OnActivityResult ,i want to make a condition inside that function(OnActivityResult) to separate the code which will execute after picking
    the picture.
    Earlier i used startActivityForResult which provide request Code to ensure the right intent. unfortunately is was deprecated
    So how can i do it now?

  • @dhineshp6295
    @dhineshp6295 ปีที่แล้ว +1

    onActivityresult is depricared...this method support 33 sdk version

  • @kechkech389
    @kechkech389 ปีที่แล้ว +1

    how i can save the picture in the activity because When I get off activity the Picture disappear

    • @maryamaslamchaudhry
      @maryamaslamchaudhry ปีที่แล้ว +2

      You gotta save the image in Firebase for that if you want to put it in storage

  • @s.tunahanustuntepe2966
    @s.tunahanustuntepe2966 ปีที่แล้ว

    hello, your code has been very useful, how can I set the resulting limit that I want to do here according to my own wishes?

  • @thebhagwabilla
    @thebhagwabilla ปีที่แล้ว +1

    u should use your own voice to explain

  • @ilaiyaraaja1
    @ilaiyaraaja1 ปีที่แล้ว +1

    😊😊😊 hey give us source code....

  • @johncoba9319
    @johncoba9319 6 หลายเดือนก่อน

    fake news

  • @noname-uu4px
    @noname-uu4px 6 หลายเดือนก่อน +1

    thank you so much🙏

    • @mastershonobi110
      @mastershonobi110 หลายเดือนก่อน

      How did you use the ActivityResultLauncher class since onActivityResult is deprecated ? Thanks