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

Build an IntentBearbeiten

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