GitXplorerGitXplorer
a

wear-os-samples

public
1161 stars
584 forks
16 issues

Commits

List of commits on branch main.
Verified
2df4ccb30dd468c2e0d5c53e515e4d6d97d600cd

Update all dependencies (#1242)

rrenovate[bot] committed 17 hours ago
Verified
971eb1d12df0af431ecf217f3beefc30fd3298cb

Merge pull request #1241 from kul3r4/fix-build

kkul3r4 committed 5 days ago
Unverified
da9355552d4e7090fc0e30f882073ef81bddd8ca

Update kotlin in Complications sample

kkul3r4 committed 8 days ago
Verified
23b788870be71675a537b6af1417ccbb2daa0477

Merge pull request #1240 from kul3r4/fix-build

kkul3r4 committed 8 days ago
Unverified
b6d1c73af539daa20f26c32be99a8bdb0308bfb1

Updates Kotlin

kkul3r4 committed 8 days ago
Verified
fb2beab7a2afd07dc616947efe59729c9aad2462

Merge pull request #1239 from android/renovate/all

kkul3r4 committed 8 days ago

README

The README file for this repository.

Wear OS Samples Repository

This repository contains a set of individual Android Studio projects to help you get started writing Wear OS apps and watch faces.

Read below for a description of each sample.

Samples

  • ComposeStarter (Compose/Kotlin) - Demonstrates simple Compose for Wear OS app devs can use as a starting point for their own Compose app.

  • DataLayer (Compose/Kotlin) - Demonstrates communicating via the data layer between the watch and the phone. Guide

  • WatchFaceFormat - Demos the new Watch Face Format which allows quick development of performant watch faces in XML Guide

  • Complications (Kotlin) - If you are writing a watch face with complications, this app gives you a full suite of data sources to test against your implementation of complications to make sure it looks good. Complication Guide

  • WearOAuth (Kotlin) - Demonstrates how developers can authenticate a user on their Wear OS app via the user's mobile/phone device without requiring a mobile app (Wear OS companion app handles the request on the mobile side). The sample uses OAuth. Guide

  • WearSpeakerSample (Compose/Kotlin) - Demonstrates audio recording and playback if the wearable device has a speaker. This is also demonstrate how to handling permissions. Guide

  • WearTilesKotlin (Kotlin) - Demonstrates tiles using the new AndroidX library. Guide