> A couple of questions. First thing I was wondering is where to log
> bugs in the docs.

http://b.android.com

> With regards to the selection options - how exactly can these handle?

That's up to the individual content provider and how it stores its data.

> 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.

That may work for content providers that pass WHERE clauses straight on to
SQLite.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Available!



--~--~---------~--~----~------------~-------~--~----~
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