Hi All,

A couple of questions. First thing I was wondering is where to log
bugs in the docs.
The ContentProvider query() docs are missing selectionArgs in the
example code. It also
uses the deprecated addId instead of ContentUris.withAppendedId().

With regards to the selection options - how exactly can these handle?
I've seen a couple
of places where a something + "='" + somevalue "'" is used, but I'm
specifically wondering
if it can handle IN clauses or if there's some form of or statement I
can use to check for
a variety of values in a particular column rather than just the one.

Last question is about the Contacts PERSON_ID and how long-lived that
is. It is guaranteed
to never change (though may be removed obviously). Well not truly
guaranteed but will only
cycle after it runs out of unused integers. Or may they change value
as contacts are removed?

Cheers,

Alan .
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to