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

Aus Android Wiki

Build an Intent[Quelltext bearbeiten]

  1. In MyActivity.java, inside the sendMessage() method, create an Intent to start an activity called DisplayMessageActivity with the following code: