Joined
·
81 Posts
Starting this thread for quick posts on things we have learned from experience.
I'd prefer if posts remain short and scannable.
I'll start with this:
If you are requesting a result from an activity, make sure that activity is not set as singleinstance for launchmode or you will spend hours trying to figure out why your activity never returns a result.
The result will be canceled automatically if you specify android:launchmode="singleinstance" for said activity in your manifest.
I'd prefer if posts remain short and scannable.
I'll start with this:
If you are requesting a result from an activity, make sure that activity is not set as singleinstance for launchmode or you will spend hours trying to figure out why your activity never returns a result.
The result will be canceled automatically if you specify android:launchmode="singleinstance" for said activity in your manifest.