I have a simple app that shows android notifications depending to one of three buttons you press.
Dog, Cat, or Mouse
If you press dog then a notification that says “Dog” shows.
If you press cat then a notification that says “Cat” shows.
If you press mouse then a notification that says “Mouse” shows.
When you click the notification it just takes me to my main activity (with the three buttons again). I would like it to take me to a separate activity, that will read what notification was clicked, and set it the text from the notification as a textView.
Any ideas on how to do this?
Source:
http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Actions