In this article, we will discuss how we can pick a video from Gallery in Kotlin and then how we can play that chosen video in the phone’s default video player. You can follow the steps given below to pick all types of videos from the Gallery in Kotlin Android. 1. Open Gallery to Pick […]
Pick Multiple Images From Gallery in Kotlin – Android
It’s a common requirement in Mobile Apps to pick an image from the Phone Gallery. Sometimes we also have to pick multiple images at a time from the Gallery. This article explains how you can pick multiple images from the Gallery at a time in Kotlin Android. If you are looking to pick just one […]