Tuesday, 17 September 2019

Retrieve a list of contacts

CursorLoader to retrieve data from the Contacts Provider. A CursorLoader runs its query on a thread that's separate from the UI thread. This ensure that the query doesn't slow down UI response times and cause a poor user experience

No comments:

Post a Comment