Generally upon receiving message using Android GCM we call generateNotfication that fires a notification.
I want to know that instead of firing a notification in notification bar, I would like to open an isolated popup window, where user can perform further actions as Viber do.
As for viber, No matter where ever a user is, upon receiving a text message it open a smart popup dialog where you can reply.
Why i call it isolated, because i don't the whole application to launch, just an activity in the form of modal box.
Any help would be highly appreciated.
Thanks