-2

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

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
user188391
  • 108
  • 3
  • 13

1 Answers1

0

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.

Community
  • 1
  • 1
Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
  • 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 – user188391 Jan 10 '10 at 09:42