Hello there,
when i create a custom field for a contact, how do i access this field
from java?
When i want to read Names or Notes i can simply get the right columns
like this:
int notesColumn = c.getColumnIndex(People.NOTES);
int nameColumn = c.getColumnIndex(People.NAME);
Now with custom created fields, i wonder where they are stored and how
the can be read.
Obviously People.MYNEWTAG wouldn't exist in this class (i guess).
Any help would be appreciated.
Regards, Sebastian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---