In the parts one and two of this series I covered how to use a Fragment
to maintain state through configuration changes and how to launch a new Activity
and wait for its results using async
/await
. In the third part I take this a step further and show how to get direct access to a new (in-process) Activity
instance so that you can call methods on it, use events, or whatever else you need to do.
Wednesday, September 16, 2015
Taming the Android Activity, Part 3
Subscribe to:
Posts (Atom)