09-24-2009 09:27 AM
Hi,
I'm developing a MIDlet client and for BB I'd like to add a background process for polling the server.
I have a few questions:
I a RIMlet the best choice for the background process?
How can I configure the build to have a RIMlet and MIDlet accessing the same recordstore and memory?
The RIMlet should auto start and not visible in the applications menu, is it possible?
Is there a good tutorial for background processing and alternate entry points for BB (project configuration in eclipse and development approach)?
thanks,
Guy
Solved! Go to Solution.
09-25-2009 01:59 AM
1. For blackberry, i go for the RIMlet.
2. I'm not sure on how to do that. Never tried. but you can check this out:
http://supportforums.blackberry.com/rim/board/mess
3. yup it's possible provided that is set as system module.
4. you can refer to this:
http://supportforums.blackberry.com/rim/board/mess
http://www.blackberry.com/knowledgecenterpublic/li
hope this helps.
09-26-2009 03:37 PM
Thanks,
That's a lot of help
09-26-2009 09:21 PM