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 |