views:

203

answers:

1

i am developing an application for blackberry i want alarm to ring on a specific date please help me out how to do it.

A: 

Hi!

Just a short tips:

  • Write background application to make alarm and UI application to configure things

UPDATE
Just extand you application class from Application instead of UiApplication
See examples:
BlackBerry background applications on StackOverflow.com

Also, in Eclipse, in Project Properties->BlackBerry Project Properties->Application you can set process to be system module (hide app icon on device), as well to be start-up.

Max Gontar
Please guide me how to write background app i have been searching to do it using eclipse. any short example will do the magic please help me
sure, see update!
Max Gontar