April 2011
Intermediate to advanced
1201 pages
31h 52m
English
Live folders, introduced in SDK 1.5, allow developers to expose content providers such as contacts, notes, and media on the device's default opening screen (which we will refer to as the device's home page). When a content provider such as Android's contacts content provider is exposed as a live folder on the home page, this live folder will be able to refresh itself as contacts are added, deleted, or modified in the contacts database. We will explain what these live folders are, how to implement them, and how to make them "live."
A live folder in Android is to a content provider what an RSS reader is to a publishing web site. We said in Chapter 4 that content providers are similar to web ...
Read now
Unlock full access