[android-developers] Re: Thoughts About Content Providers

2008-05-07 Thread Itamar Rogel
Thanks, Chris :-) The mapping between mime-types and/or content URLs to content provider interfaces sounds indeed like a very good idea. I sure hope these issues will get their due attention before any API- stable of Android is made... Regards, Itamar Rogel, Briox http://www.briox.com On May

[android-developers] Re: Thoughts About Content Providers

2008-05-05 Thread Chris Harris
I think you've hit the nail on the head Itamar. Why shouldn't I be able to perform arbitrary SQL join queries across arbitrary tables in arbitrary (sqlite-based) content providers? And why should a SQL-like API exist for non sqlite-based content providers? Perhaps the content resolver could be e