06-28-2012 04:02 AM
hi,
How can i handle incoming call in my blackberry application which is already running in background,
How can i bring it to foreground , from last screen. for that i have used activate method but it is not working.
If i use phone listener, so should i have to implenment it on each screen ???
plz help me on that.
thnx in advanced
Solved! Go to Solution.
06-29-2012 04:28 AM
There are twooo many questions here to be answered in one post. I suggest you get something going and ask a question at a time.
The place to start is implementing the PhoneListener. You will find PhoneApiDemo (which you should find with the samples) a good start for doing this.
Regarding brining your app to the foreground, you need to look at
<application>.requestForeground().
Ask us some more detailed questions as you progress.
10-17-2012 03:06 AM