Hi I am developing an android app to receive the push notification from parse.com with below requirement .
application have two activity say A and B. when i launch my application activity A will be displayed and then activity B when i click button on activity A.
I want to open activity B when i receive push notification message and display on it whether my app running in background or not.
if running on background/or not how can i do that in both the cases.
Please help me.