<How to open file from URI?> I would like to crate...
# stackoverflow
u
How to open file from URI? I would like to crate, a file uploader fragment. First of all, user picks up files, and after that I show the picked up files in a recycler view. If the user clicks to recyclerView item, I would like to open the file. So it is the problem, I tried a lot of answer, but I can't solve this. I tried to open specific files for example pdf, and the pdf reader is opened, but couldn't find the file, and it happened when I want to open image fil as well In the feature, when it is works, I would like...