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 -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -