Translations:Android Training/Starting Another Activity/15/en
Create the activity without Android StudioEdit
If you're using a different IDE or the command line tools, do the following:
- Create a new file named
DisplayMessageActivity.java
in the project'ssrc/
directory, next to the originalMyActivity.java
file. - Add the following code to the file: