Hey, everyone! I have a quesion with this. I was ...
# android
j
Hey, everyone! I have a quesion with this. I was stuying referring a post on Medium. The author used this code to pick the image from gallery -
Copy code
binding.run {
    btnSelectPhoto.setOnClickListener {
        getContent.launch("image/*")
    }
}
I have binding between the classes, and I thought if I put this, then I could open the gallery and pick images, but it does not work. Is there any way to figure the problem out?
😶 6