Another Android Blog

Yet another Android developer's blog

Skip to: Content | Sidebar | Footer

Tag: toast

Passing Toast Message to a New Activity

30 December, 2011 (21:25) | Activity, Messaging | By: Randall Mitchell

Greetings readers. I have implemented a “very basic” messaging system within one of my applications. An example use case is as follows: 1. User arrives at an activity. 2. The activity realizes that the user needs to be in another activity. 3. The activity posts a user message to the application and sends the user [...]