Skip to content

Latest commit

 

History

History

README.md

Grid layout sample

Create responsive grid-based user interfaces using Compose Grid APIs.

The sample demonstrates a responsive, multi-column content layout that dynamically adjusts column spans and weights based on the device's screen dimensions using Compose Grid layout APIs.

Features demonstrated

  • Column span adjustments: Elements spanning multiple columns.
  • Multi-column adaptation: Adapting elements to fit different display widths dynamically.

Get started

To explore this sample:

  1. Clone this repository.
  2. Navigate to the Grid directory.
  3. Open the project in your preferred IDE or build it using the command line.

License

This project is licensed under the Apache License, Version 2.0.

See the LICENSE file for details.