11-06-2012 05:44 AM
Hi All,
In Our application we will do BES push. Can you any one please suggest me how I can write a listener for that. I had worked on push long time back. (Browser and message based). Following are my requirement
Please share some Document for BES push also.
11-12-2012 01:11 PM
Hi there,
For #1 this is possible if you do some Browser filtering which launches your application
2 & 3: You can use the HomeScreen API to change your icon to one with a splat notification displayed
11-28-2012 08:13 AM
Can you please share any document/blog so I can find the implementation?
12-03-2012 07:02 AM
For #1 check out the HTTPFilterDemo included with any BlackBerry JDE.
For #2 the API is pretty straightforward, just call HomeScreen#updateIcon() and pass in the new icon Bitmap. Would likely be easiest to include the new Bitmap as a resource within your app.