Top "Subactivity" questions

Use this tag for questions related to a Subactivity, an Android activity that is initiated inside the parent activity.

How to force main Acivity to wait for subactivity in Android?

I am calling a subactivity from main activity. This subactivity should take few numbers from user (i'm using Edit text …

android android-activity blocking wait subactivity
Android onActivityResult is always 0

This has been killing me for two days now. I have a main Activity A which calls a second Activity …

android subactivity
Android: How to close foreground activity from active activity?

I created an application which is asynchronously communicating with the server. When the application makes a server request a new …

android android-activity subactivity