So far, I used the startActivity function with success and now that I need to use the startActivityResult, I have a problem.
When using this function, the activity
My silly mistake. Might help someone.
I kept onActivityResult(...) in another class. It has to be as a method in the class where the startActivityForResult() is called.