PlaceholderContent

Helper class for providing sample content for user interfaces created by Android template wizards.

TODO: Replace all uses of this class before publishing your app.

Types

Link copied to clipboard
data class PlaceholderItem(val id: String, val content: String, val details: String)

A placeholder item representing a piece of content.

Properties

Link copied to clipboard

A map of sample (placeholder) items, by ID.

Link copied to clipboard

An array of sample (placeholder) items.