How to manage startActivityForResult on Android

In my activity, I’m calling a second activity from the main activity by startActivityForResult. In my second activity, there are some methods that finish this activity (maybe without a result), however, just one of them returns a result. For example, from the main activity, I call a second one. In this activity, I’m checking some … Read more