App Inventor has a nifty component called an activity starter. We are going to look into it.
Google describes the component as:
A component that can launch another activity from your application. You communicate with the activity starter by setting properties of the component to pass information related to the activity, including the action and activity class. See Using the Activity Starter Component for details and examples. http://appinventor.googlelabs.com/learn/reference/components/other.html#ActivityStarter
and what we have done:
|