I am not able to add JobTitle field in Android contacts.It working fine in IOS. Here is the testing code.
Ti.Contacts.createPerson({
firstName:'ABC', lastName:'DEF', organization :'Appcelerator', jobTitle : 'Developer',
});
$.index.open();
Anyone knows, is there any other ways to add jobTitle field? or anything wrong in my above code.? Thanks in advance.
We can add contacts in android by intent, below code may help u
Following is the url for the intents
http://www.appcelerator.com/blog/2011/10/forging-titanium-episode-9-android-intent-cookbook/