On Sun, May 24, 2009 at 3:28 AM, Mark Murphy <[email protected]>wrote:
(...)

> 2. Reduced API. You can put LIMIT clauses in SQLite calls but not in
> ContentProvider calls, for example.


But if it's your own content provider, you could expose this functionality
through URIs, e.g. something like content://yourdomain/your/data/path/0/100
could ask your ContentProvider to return 100 results starting at 0.

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

Reply via email to