I am trying to integrate parse into my app with push notifications and have the notification display custom text and open the device's browser when I send a url to it.
The parse integration is fine(Thats the easy part) but where I am stuck is what to code for the integration for handling the json code sent by the parse interface and have the app translate it into the action I need done.
I know I will have to update the manifest file and the main activity class to accomplish this but I am stuck.