BlackBerry - How to start a messenger application?
I would like to use gtalk or any other messenger in my application but i don't know how to do this.can u please give me idea about how to solve this one.if u can provide me some web link to know more about this. BB KB - How To - Launch a third-party application from another third-party application Try this for standard BB Messanger: int mh = CodeModuleManager.getModuleHandle("net_rim_bb_qm_peer"); if (mh == 0) { try { throw new ApplicationManagerException( "BB Messanger isn't installed"); } catch (ApplicationManagerException e) { System.out.println(e.getMessage()); } } ApplicationDescriptor ad