Looks like it is the responsibility of the cursor to do this and
remember the where clauses. So it won't go back to the content
provider for retrieving data.

That makes me wonder what happens to such things as MatrixCursor that
doesn't seem to have a specific "requery" semantics.

On Wed, Apr 22, 2009 at 3:20 PM, Satya Komatineni
<[email protected]> wrote:
> I know that in a content provider "query" method one can indicate to
> the cursor a "notify uri". The cursor knows what this uri is. Does the
> cursor uses this uri to update itself? Does it result in a call to
> "query" method of the contentprovider for a query. How does the cursor
> know what the additional where clause arguments are?
>
> thanks for help
> Satya
>

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