To allow other apps to query your database, you can override the ________________ methods of the ContentProvider class.
* query
* getType
Learn More :
Android Chapter 15
- When coding a URI, what character can you use as a wildcard to match any number?
- Which of the following is a content provider that's typically included with Android?
- Which of the following URIs follows standard conventions for specifying a single row within a table of cities?
- You can call any methods of a content provider from what object?
- What is the first argument for every data access method of the ContentProvider class?
- What class and interface can you use to build and display a dialog box that includes event handlers?
- To allow other apps to modify the data in your database, you can override the ________________ method(s) of the ContentProvider class.
- Which of the following is true about a URI (Uniform Resource Identifier) for a content provider?
- When you work with a content provider that's included with Android, you can import the classes that contain the ________________ for working with the content provider.
- Before other apps can use your content provider class, you must register it by adding a provider element to the ________________ file.
- A/an _______________ type is an Internet standard for defining types of content.
- A/an ________________ allows multiple apps to share the same data.