android - Sending a notification to an app. (Air) -


Is it possible that air using mobile sends information from my own server to the app installed from my device Is the notification symbol ?.

This is what you really want. Information can be of 2 types: - Local (pushed from device) - Remote (pushed from server to device)

In case of booth, you can do it in AIR. The first type -

The second type - Anyway you should use some of the basic extensions like this

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

mysql - where clause in inner join query -