---
title: Building a productivity app for Apple Watch
framework: watchos-apps
role: sampleCode
role_heading: Sample Code
path: sample-code/watchos-apps/building-a-productivity-app-for-apple-watch
---

# Building a productivity app for Apple Watch

Create a watch app to manage and share a task list and visualize the status with a chart.

## Overview

Overview note: This sample code project is associated with WWDC22 session 10133: Build a productivity app for Apple Watch. Configure the sample code project Before you run the sample code project in Xcode: Open the sample with the latest version of Xcode. Select the top-level project. Select the correct team in the Signing & Capabilities pane for both of the targets to let Xcode automatically manage your provisioning profile. Make a clean build and run the sample app on your device.

## See Also

### User interface

- [Supporting multiple watch sizes](watchos-apps/supporting-multiple-watch-sizes.md)
- [Designing your app for the Always On state](watchos-apps/designing-your-app-for-the-always-on-state.md)
- [Setting the app’s accent color](watchos-apps/setting-the-app-s-accent-color.md)
