Skip to content

Instantly share code, notes, and snippets.

View PratikBanodkar's full-sized avatar

Pratik Banodkar PratikBanodkar

View GitHub Profile
Android Term Library Analogy Purpose
Content Provider Librarian Manages and grants access to data
Content URI Book Call Number Identifies which data to access
Content Resolver You (Visitor) Requests access to the data
Cursor Book Pages Allows you to read the data
Content Observer Notification System Alerts when data has changed