Uploaded April 2022 | Updated September 2026, 2 weeks ago
Learn how to pick images from gallery in your android app using ActivityResultContracts.GetContent. This is a new way to select images from gallery and show them inside image views. startActivityForResult method is deprecated now. ActivityContracts is a new way to implement this behavior in android app. You can use the same technique to select differnt files. It provides you the URI of the images that you can use.
In this project, we have a button - onclick of this button, gallery is opened for you to select the images and show them using image views. Common scenario - You can use these images for profile picture of the users and upload them to your server.
Activity Contracts -
youtube.com/watch?v=9mi9aX2n07s
Complete Dependency Injection Playlist Link -
youtube.com/playlist?list=PLRKyZvuMYSIPwjYw1bt_7u7nEwe6vATQd
Complete Android Architecture Components Playlist -
youtube.com/playlist?list=PLRKyZvuMYSIO0jLgj8g6sADnD0IBaWaw2
Beginner series in Android Playlist (Hindi) -
youtube.com/playlist?list=PLRKyZvuMYSIN9sVZTfDm4CTdTAzDQyLJU
Kotlin Beginners Tutorial Series -
youtube.com/playlist?list=PLRKyZvuMYSIMW3-rSOGCkPlO1z_IYJy3G
For more info - visit the below link
cheezycode.com
We are social. Follow us at -
Facebook - facebook.com/cheezycode
Twitter - twitter.com/cheezycode
Instagram - instagram.com/cheezycode
Learn how to pick images from gallery in your android app using ActivityResultContracts.GetContent. This is a new way to select images from gallery and show them inside image views. startActivityForResult method is deprecated now. ActivityContracts is a new way to implement this behavior in android app. You can use the same technique to select differnt files. It provides you the URI of the images that you can use.
In this project, we have a button - onclick of this button, gallery is opened for you to select the images and show them using image views. Common scenario - You can use these images for profile picture of the users and upload them to your server.
Activity Contracts -
youtube.com/watch?v=9mi9aX2n07s
Complete Dependency Injection Playlist Link -
youtube.com/playlist?list=PLRKyZvuMYSIPwjYw1bt_7u7nEwe6vATQd
Complete Android Architecture Components Playlist -
youtube.com/playlist?list=PLRKyZvuMYSIO0jLgj8g6sADnD0IBaWaw2
Beginner series in Android Playlist (Hindi) -
youtube.com/playlist?list=PLRKyZvuMYSIN9sVZTfDm4CTdTAzDQyLJU
Kotlin Beginners Tutorial Series -
youtube.com/playlist?list=PLRKyZvuMYSIMW3-rSOGCkPlO1z_IYJy3G
For more info - visit the below link
cheezycode.com
We are social. Follow us at -
Facebook - facebook.com/cheezycode
Twitter - twitter.com/cheezycode
Instagram - instagram.com/cheezycode










