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

Aus Android Wiki
Version vom 20. Dezember 2015, 21:22 Uhr von FuzzyBot (Diskussion | Beiträge) (Neue Version von externer Quelle importiert)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Create the activity without Android Studio[Quelltext bearbeiten]

If you're using a different IDE or the command line tools, do the following:

  1. Create a new file named DisplayMessageActivity.java in the project's src/ directory, next to the originalMyActivity.java file.
  2. Add the following code to the file: