Problem inretrieving the name field in symbian using j2me

Posted by learn on Stack Overflow See other posts from Stack Overflow or by learn
Published on 2010-04-28T11:15:56Z Indexed on 2010/04/29 14:07 UTC
Read the original article Hit count: 254

Filed under:
|

I have added the firstname, middlename, lastname, suffix, prefix in symbian and now i want to retrieve each of this attributes of name. I am getting the firstname and lastname together by

if(contactlist.isSupportedField(Contact.FORMATTED_NAME) && contact.countValues(Contact.FORMATTED_NAME)>0) { mycontact.setName(contact.getString(Contact.FORMATTED_NAME, 0)); }

© Stack Overflow or respective owner

Related posts about java

Related posts about j2me