My application will launch a new action (say, a calculator) using intentions.
My requirement: is there a way to start a new activity in the background (not in the foreground)?
Can anyone suggest a solution?
Thank you
Short version: use streams.
Short version: read about streams .
What do you want to do exactly? Depending on this, you have several options:
BroadcastReceiver Service Thread , .