Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redth/xamarin.wear.watchface

An Android Wear watch face made with Xamarin
https://github.com/redth/xamarin.wear.watchface

Last synced: 23 days ago
JSON representation

An Android Wear watch face made with Xamarin

Awesome Lists containing this project

README

        

Xamarin.Wear.WatchFace
======================

An Android Wear watch face made with Xamarin.

NOTE: This project requires a Xamarin.Android build supporting 4.4.87 and/or L Preview

## Permissions
Your app must have the permission:
`com.google.android.permission.PROVIDE_BACKGROUND`

## Watch Activity AndroidManifest.xml
Your watch activity needs to have its manifest entry created in a specific way. It should specify `android:allowEmbedded="true"`, an empty task affinity (`android:taskAffinity=""`), and needs to have a special `metadata` tag inside the `activity` tag like below, which points to a 320x320 pixel drawable image which will be displayed in the watch face selection screen to the user. Finally, it most *ONLY* have the Intent Filter action and category as displayed below:

```







```