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
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.
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 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
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 😕
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
@@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...
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
Shared
@@frostyfreezemovies 🤗
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.
Glad you liked our content do checkout our other videos you will find those helpful
You explained it so well thanks ❤
You're welcome 😊 do support the channel
Well explained, simple.
Glad you liked it you should check our jetpack compose playlist 💜
Nice video 😊 so helpful
Glad it was helpful!
Hello sir plz continue and complete all lectures from basic to advac
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
@@NativeMobileBits sir i am new i dont have just started kotlin i am from non cs degree will i get a job?
@@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
thanks Sir . Very Helpfull
Glad it helped you 😊
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 😕
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
@@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...
got it, that's crop functionality, we will implement that in some future video.
@@NativeMobileBits Fantastic, can't wait.
Thank you 🙏🏾
nice sir, when you will show us to use camera x ?
thanks, we will cover that too soon. enjoy the latest videos meanwhile
Sir xml or compose ko sikhu btaiye
Both are good, you can learn both in our playlists