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

Create the activity without Android StudioBearbeiten

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: