Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/redth/xamarin.wear.watchface
- Owner: Redth
- License: apache-2.0
- Created: 2014-08-05T15:06:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T12:11:45.000Z (about 10 years ago)
- Last Synced: 2024-10-13T15:08:10.804Z (25 days ago)
- Language: C#
- Size: 1.71 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:```
```