On my Android application I have Activities(UI) and also Services(on startup) that run in the background concurrently.
I have an UI and behavior implemented and now I am trying to implement the background service portion on Blackberry. What is the BlackBerry equivalence of obtaining the same behavior of Android Services at startup?
It sounds like you are looking for the “Alternate Entry Point” mechanism of a BB app. You can see this related stackoverflow question and also RIM has some documentation on this.