0

How to implement notification service in JavaME - CLDC application,for both series 40 and series 60 phones?

iOSDev
  • 3,617
  • 10
  • 51
  • 91

3 Answers3

0

could you be a bit more clear about notification service? If you, meant something like doing something when some event like incoming SMS etc. You can take a look at push registry. however, some phones might expect the builds to be signed.

Prabhu R
  • 13,836
  • 21
  • 78
  • 112
0

Notification service will be like, if any message/event occurs the notification icon will be changed,clicking it will open the application with the recent updates. Just like notification service available on desktop.

iOSDev
  • 3,617
  • 10
  • 51
  • 91
  • It's probably better to add these details as part of your question instead of another answer. – Fostah Apr 25 '09 at 15:06
0

As far as I know, CLDC or Java ME does not provide you the facilities to do what you are expecting to do.

Prabhu R
  • 13,836
  • 21
  • 78
  • 112