i developing 1 application in have contact details ,when click contact number ask option call.how access contact list in blackberry should show contact list of phone. similar image shown:
blackberrycontactlist list = (blackberrycontactlist) pim.getinstance().openpimlist(pim.contact_list, pim.read_only); pimitem contact = list.choose(); this lets navigate, edit, , choose contact. after can use chosen contact's information call, or sms, etc.
if native selector isn't want, iterate on entries in list , build own.
Comments
Post a Comment