What type of object does Android use to display a layout in the process for the Home screen?
Answer: RemoteViews
Learn More :
Android Apps Chapter 16
- What directory should you use to store the info file for the app widget?
- What method of an app widget does Android call when an action for the app widget is broadcast?
- What method of an app widget does Android call when the user adds the widget to the Home screen?
- What occupies one or more cells on the Home screen and can display data and receive periodic updates?
- What typically occupies a single cell on the Home screen and provides a way for users to start an app?
- To register an app widget, add a receiver element to the ______ file.