This tier represents a minimum quality bar for experiences across all screen
sizes on Wear OS.

The first step in creating a great app for Wear OS is making your app ready for
all screen sizes. Test your app across a range of target screen sizes, and
identify and fix any obvious bugs.

At this stage, your app's layout might not be ideal, but your app shouldn't have
obvious visual or interaction issues, and users should be able to complete all
task flows.

## Create a usable UI

![](https://developer.android.com/static/wear/images/design/quality-ready-do.png)  
check_circle

### Do

- Check to make sure your app has no obvious bugs across screen sizes.
- Use the M3 Compose component library which has built-in responsive and adaptive behavior.  
![](https://developer.android.com/static/wear/images/design/quality-ready-dont.png)  
cancel

### Don't

- Apply awkward alignments or spacing.
- Proportionally scale up the UI content to fill the available space.

## Examples

The following images show examples of apps that are ready for all screen sizes.


### Confirmation overlays

![](https://developer.android.com/static/wear/images/design/quality-confirmation-overlays.png)

<br />


### Dialogs

![](https://developer.android.com/static/wear/images/design/quality-dialogs.png)

<br />