Translations:Android Training/Starting Another Activity/5/en
Build an Intent[edit source]
- In
MyActivity.java
, inside thesendMessage()
method, create anIntent
to start an activity calledDisplayMessageActivity
with the following code:
MyActivity.java
, inside the sendMessage()
method, create an Intent
to start an activity called DisplayMessageActivity
with the following code: