Effortless Image Selection with Jetpack Compose | Photo Picker Tutorial

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

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

  • @NativeMobileBits
    @NativeMobileBits  ปีที่แล้ว +4

    Please support the channel friends❤ hit that subscribe button and share it with your friends 🙏, also share your thoughts in comments.
    Code: github.com/droid-lover/PhotoPickerApp

  • @insanotu3264
    @insanotu3264 7 หลายเดือนก่อน +1

    Copilot'a "Jetpack Compose ile fotoğraf uygulaması yapmak istiyorum. Eğitim videosu önerebilir misiniz?" yazdım,o da bu videoyu önerdi. Ben de tam olarak bunu arıyordum. Size ve Copilot'a teşekkür etmek istiyorum.
    Copilot: "I want to make a photo application with Jetpack Compose. Can you recommend a training video?" I wrote it and he suggested this video. This is exactly what I was looking for. I want to thank you and Copilot.

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

      Glad you liked our content do checkout our other videos you will find those helpful

  • @henrik908
    @henrik908 9 หลายเดือนก่อน +2

    You explained it so well thanks ❤

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

      You're welcome 😊 do support the channel

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

    Well explained, simple.

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

      Glad you liked it you should check our jetpack compose playlist 💜

  • @vipulkumar3329
    @vipulkumar3329 ปีที่แล้ว +3

    Nice video 😊 so helpful

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

    Hello sir plz continue and complete all lectures from basic to advac

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

      Yes, sure. More videos on the way.
      If you want to learn Jetpack Compose, you can checkout Our Jetpack Compose playlist :
      th-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
      If you are new to Android, and want to learn Android in 2023, you can checkout this playlist:
      th-cam.com/play/PLLwcRoh3a6u60ZEVdcKijpnRFTALeJwL-.html

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

      @@NativeMobileBits sir i am new i dont have just started kotlin i am from non cs degree will i get a job?

    • @NativeMobileBits
      @NativeMobileBits  ปีที่แล้ว

      @@frostyfreezemovies yes If you work hard, and code for some time, you will . and you can learn Kotlin from our channel crash course , ==
      Kotlin CrashCourse: th-cam.com/video/4cryd3Cacro/w-d-xo.html
      Kotlin in reels th-cam.com/video/CJB24hFzXI4/w-d-xo.html&pp=iAQB

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

    thanks Sir . Very Helpfull

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

    Very nice .
    Is it possible in jetpack compose to resize the image while selecting ? Like selecting or cutting the part of an image you want to keep ?
    When i choose an image for an item of lazyColum, the preview is not well centered on the part of the image that i want.
    Don't know if what i say is clear 😕

    • @NativeMobileBits
      @NativeMobileBits  ปีที่แล้ว

      In the code, we have something called AsyncImage, inside that, we have contentScale, you can change the values there with
      contentScale = ContentScale.Fit
      contentScale = ContentScale.Crop
      contentScale = ContentScale.Inside
      and use the one which suits , mostly Fit and Inside will work in your case
      you need to make this change in MainActivity -> PhotoPickerScreen or MultiplePhotoPickerScreen -> AsyncImage

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

      @@NativeMobileBits Sorry, i was not clear.
      I meant a functioonnality like in whatsApp. You know when you want to send a picture to someone and after choosing the picture from gallery, a grid appears on that picture and allows you to select a zone directly on the image...

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

      got it, that's crop functionality, we will implement that in some future video.

    • @ebohiparfait
      @ebohiparfait ปีที่แล้ว

      @@NativeMobileBits Fantastic, can't wait.
      Thank you 🙏🏾

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

    nice sir, when you will show us to use camera x ?

    • @NativeMobileBits
      @NativeMobileBits  ปีที่แล้ว

      thanks, we will cover that too soon. enjoy the latest videos meanwhile

  • @frostyfreezemovies
    @frostyfreezemovies ปีที่แล้ว

    Sir xml or compose ko sikhu btaiye

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

      Both are good, you can learn both in our playlists