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

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

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -