Translations:Android Training/Starting Another Activity/23/en

From Android Wiki
Revision as of 21:22, 20 December 2015 by FuzzyBot (talk | contribs) (Neue Version von externer Quelle importiert)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

At the top of the file, import the Intent class. In Android Studio, press Alt + Enter (option + return on Mac) to import missing classes.

  1. Extract the message delivered by MyActivity with the getStringExtra() method.