python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get filePath for Recents,Downloads,Images from Uri of ACTION_GET_CONTENT Intent android
I am invoking image picker in my android app using intent ACTION_GET_CONTENT.
In onActivityResult() I get Uri using data.getData().
Now I am using an already existing code to compress this image but t...
Amit Kumar
Votes: 0
Answers: 0
How to Save Image from ImageView To gallery
I am trying to save a taken image from the camera activity to the gallery so i made a function for it to do the same.Though the app is running but the image is not getting saved in the gallery.Can Any...
Pulkit Jain
Votes: 0
Answers: 1
How to change this function to get rid of Redundant SAM-constructior?
So, i want to make SetOnClickListener that will be responsible for opening gallery. It works, but when i try to add code to commit to github i can't, because i used Redundant SAM-Constructor. So my qu...

Dominik
Votes: 0
Answers: 1
Why my imageView doesn't change with registerForActivityResult?
I want to make an app, where i click on button on bottomNavigationView and PopupWindow opens, i can choose image (thumbnail) and Video from my gallery, add description and title. Then add provided dat...

Dominik
Votes: 0
Answers: 3