android - How to send a JSONArray message to a device using GCM from php server? -


i trying send notification device. can send normal string message bu wonder if possible send jsonarray message , if possible how can parse message on device?

thanks, İsmail.

  1. it's possible send json array. there no difference in sending text/json, both of them texts.

  2. you parse in mobile using simple parser. follow this tutorial. helps parsing json easily.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -