Content Provider - Part 2, All about ContentResolver and Cursor

Опубликовано: 28 Сентябрь 2024
на канале: Codetutor
76,719
958

In this video we discuss about how the query method of the ContentResolver helps mimics the SQL statement and then how a Cursor object can be used to parse through the contents of the returns data from Content Resolver. The video then goes on to demonstrate through code how the contacts from Contacts Application can be accessed in out own app through the content resolver.

Follow me on Twitter:   / anilvdeshpande  

Github source code link: https://github.com/AnilDeshpande/Cont...