i am developing an application for blackberry i want alarm to ring on a specific date please help me out how to do it.
Asked
Active
Viewed 851 times
-2
-
1Please post the code you have already written: people do not generally like to write your code for you. – Mitch Wheat Dec 28 '09 at 10:37
1 Answers
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.
Save configuration to Persistent Store
Blackberry - application settings save/loadUse different types of notification (from Dialog to Alarm)
Blackberry - How to use notification icon in statusbar
Notification Service for Blackberry OS 4.5 application
Add a notification icon at the status bar in BlackBerry JDE 4.5.0
BlackBerry - Reminder and SMS feature implementation

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