ComposeListPlayground icon indicating copy to clipboard operation
ComposeListPlayground copied to clipboard

A small app for experimenting with Jetpack Compose lists

ComposePlayground

A collection of samples for having a play with Jetpack Compose.

Running samples

Each sample is self-contained in its own root Activity. To change the sample running switch the activity used in the AndroidManifest.

Architecture

See ../architecture (Articles coming soon)

Compose Lists

See ../list How to make a recyclerview in compose - Part 1 How to make a recyclerview in compose - Part 2