how after calling chagecursor , bind view calls again and refeshes the list
In myprogram , in onQueryComplete() if i call listadaptor.chagecursor(c);
then bindview() calls for every list and list get updated as i know
chagecursor chages the old cursor to new. but how the MAIN thread knows
that query is complete and it has to do refershing in the lsit.
what is going on internally ?
No comments:
Post a Comment