Web Services in Blackberry
Posted
by Farhan
on Stack Overflow
See other posts from Stack Overflow
or by Farhan
Published on 2010-05-31T06:59:17Z
Indexed on
2010/06/16
11:42 UTC
Read the original article
Hit count: 279
calllog
Hi, i am working on CallLogs Sync Application in Blackberry and partially i have done it, one point that i didn't understand is how to add information to CallLogs. I have retrieved information from CallLogs and Store on Server but now i retrieved information from Server but how to add info to CallLogs didn't come in my mind as i retrieved all the information in Strings from Server and PhoneCallLog Constructor look like this:
PhoneCallLog call = new PhoneCallLog(Date,int Type,int Duration,int Status,participantID participant,String Notes);
Please tell me as soon as Possible, i will be very thankful to you.
© Stack Overflow or respective owner