04-22-2010 02:59 PM - edited 04-22-2010 03:08 PM
Hi everyone, I was wondering if someone can help me implement a feature on the application I am currently designing.
Mainly I would like it so that while inside the application, if someone calls whose number is recognized in the application database itself, it with bring up the profile of that identified person on top of the other screens but once the call session has been terminated, the profile declaration is terminated.
I searched through the class libraries with no such luck, any input on this matter would be greatly appreciated.
Thanks
04-22-2010 06:31 PM
You need to implement PhoneListener:
http://www.blackberry.com/developers/docs/5.0.0api
Then you may need to push a global screen over the phone screen in order to show your profile screen.
On callDisconnected, pop the global screen.