All Projects → android → Wear Os Samples

android / Wear Os Samples

Licence: apache-2.0
Multiple samples showing best practices in app and watch face development on Wear OS.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Wear Os Samples

here-we-go
Contains hundreds of samples for learning Go.
Stars: ✭ 93 (-66.43%)
Mutual labels:  samples
AzurePipelinesSamples
Azure Pipeline Samples - sample configurations with explanation and useful links
Stars: ✭ 23 (-91.7%)
Mutual labels:  samples
Apps Script Samples
Apps Script samples for Google Workspace products.
Stars: ✭ 3,301 (+1091.7%)
Mutual labels:  samples
db2-samples
Db2 application code, configuration samples, and other examples
Stars: ✭ 56 (-79.78%)
Mutual labels:  samples
FlaxSamples
Collection of example projects for Flax Engine
Stars: ✭ 50 (-81.95%)
Mutual labels:  samples
PothosSoapy
Pothos framework support for software defined radio hardware.
Stars: ✭ 26 (-90.61%)
Mutual labels:  samples
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (-2.53%)
Mutual labels:  samples
Plugin Samples
Adobe XD Plugin API samples
Stars: ✭ 277 (+0%)
Mutual labels:  samples
Direct2D
🏓 Direct2D所有版本(1.0至1.3)的示例代码 / All sample codes of Direct2D (1.0~1.3)
Stars: ✭ 54 (-80.51%)
Mutual labels:  samples
Arcgis Runtime Samples Ios
Swift samples demonstrating various capabilities of ArcGIS Runtime SDK for iOS
Stars: ✭ 275 (-0.72%)
Mutual labels:  samples
playground
📚 Examples, projects, webprojects, skeletons for Nette Framework (@nette) from community members. Included @contributte @apitte @nettrine projects.
Stars: ✭ 23 (-91.7%)
Mutual labels:  samples
desafiosInternos
Resultado da peregrinação com resolução de dúvidas interessantes
Stars: ✭ 15 (-94.58%)
Mutual labels:  samples
Terraform Examples
Terraform samples for all the major clouds you can copy and paste. The future, co-created.
Stars: ✭ 256 (-7.58%)
Mutual labels:  samples
WindowsAppSDK-Samples
Feature samples for the Windows App SDK
Stars: ✭ 238 (-14.08%)
Mutual labels:  samples
Arcgis Runtime Samples Dotnet
Sample code for ArcGIS Runtime SDK for .NET – UWP, WPF, Xamarin.Android, Xamarin.iOS, and Xamarin.Forms
Stars: ✭ 274 (-1.08%)
Mutual labels:  samples
peachpie-samples
Sample projects demonstrating use of Peachpie - the PHP compiler and runtime for .NET
Stars: ✭ 44 (-84.12%)
Mutual labels:  samples
cloud-search-samples
Samples for Google Cloud Search
Stars: ✭ 37 (-86.64%)
Mutual labels:  samples
Opencv Androidsamples
OpenCv samples for Android from OpenCV SDK using Android Studio and Gradle System
Stars: ✭ 278 (+0.36%)
Mutual labels:  samples
Examples
Many examples of Raku code
Stars: ✭ 276 (-0.36%)
Mutual labels:  samples
Node Samples
Node samples for Google Workspace APIs.
Stars: ✭ 260 (-6.14%)
Mutual labels:  samples

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

  • AlwaysOn (Java) - Demonstrates keeping the app visible in ambient mode. Note: While this is valuable for some specific use cases, most use cases won't need this, because when the watch goes into ambient mode (and shows watch face), if the user interacts with the watch again within several minutes, it will bring the app back up when it transitions out of ambient mode. Guide

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

  • RuntimePermissionsWear (Java) - Demonstrates requesting permissions not only on a Wear OS device and a mobile device, but also across devices, e.g., request permissions on a mobile device from your wear device and the other way around. Note: It does require you having both the Wear and Mobile version of the app installed on both devices. Guide

  • WatchFace (Java) - Shows a full implementation of multiple watch faces, complications, and settings (edit watch faces appearance). Also includes implementation of data providers, so developers can share their data to be displayed in complications on any watch face (without writing a watch face). Watch face guide, Data Provider Guide

  • WatchFaceAlphaKotlin (Kotlin) - Demos the new alpha AndroidX Watch Face APIs. The analog watch face in the sample is powered by a full Room database and uses the new settings APIs (among many other new APIs). Keep in mind that the APIs can change as the alpha proceeds. This version uses alpha4 and will have some additional updates for the next versions.

  • WearAccessibilityApp (Java) - Sample demonstrates how to include accessibility support for your wearable app. Guide

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

  • WearDrawers (Java) - Demonstrates Navigation (Top) and Action (Bottom) Drawers, part of Material Design for Wear. Guide

  • WearOAuth (Java) - 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 (Java) - Demonstrates audio recording and playback if the wearable device has a speaker. Guide

  • WearStandaloneGoogleSignIn (Java) - Demonstrates using Google sign-in to authenticate user. Guide

  • WearVerifyRemoteApp (Java) - Verify and open your app on another device, and if it isn't installed, open the store listing to allow the user to install it (wear or mobile). Guide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].