I'm creating two class to work with image in android. The first class will trigger startActivityForResult
to open camera app then create a folder and and image file if it is doesn't exist. My problem is I want to pass the created path to my main class which have onActivityResult
method. Here is my code that trigger startActivityForResult and this is my class that hold onActivityResult
I will appreciate any help. Thank you.