All Projects → JimSeker → wearable

JimSeker / wearable

Licence: Apache-2.0 license
Android Wear/ Wear OS Examples

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to wearable

Twelveish
🕛 Twelveish - Android Wear/Wear OS Watch Face
Stars: ✭ 29 (-56.72%)
Mutual labels:  watchface, wear, wearos
cloud-build-notifiers
Notifier images for Cloud Build, complete with build status filtering and Google Secret Manager integration
Stars: ✭ 79 (+17.91%)
Mutual labels:  notifications
notifications-preview-github
Browser Extension: preview GitHub notifications with same page pop-overs
Stars: ✭ 135 (+101.49%)
Mutual labels:  notifications
swift-sdk
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
Stars: ✭ 65 (-2.99%)
Mutual labels:  notifications
iterable-android-sdk
Iterable's Android SDK. Receive and track pushes to Iterable from your Android app.
Stars: ✭ 19 (-71.64%)
Mutual labels:  notifications
ember-cli-new-version
A convention based update notification for Ember. With this addon, you can detect a new version and notify the user to refresh the page
Stars: ✭ 22 (-67.16%)
Mutual labels:  notifications
tall-toasts
A Toast notification library for the Laravel TALL stack. You can push notifications from the backend or frontend to render customizable toasts with almost zero footprint on the published CSS/JS 🔥🚀
Stars: ✭ 296 (+341.79%)
Mutual labels:  notifications
homely
🏠 - A bunch of mosquittos. IoT wiring and notification framework, with an unix style.
Stars: ✭ 15 (-77.61%)
Mutual labels:  notifications
csgo-rcon-nodejs
A web panel to control a CS:GO server
Stars: ✭ 46 (-31.34%)
Mutual labels:  notifications
webpush-example
A basic push notifications app built on Laravel and Vanilla Javascript.
Stars: ✭ 26 (-61.19%)
Mutual labels:  notifications
stack-exchange-notifications
Add-ons for Stack Exchange sites, like: askdifferent, askubuntu, serverfault, stackoverflow and superuser
Stars: ✭ 21 (-68.66%)
Mutual labels:  notifications
illudere
⌚️ Illudere watchface for the Pebble smart watch
Stars: ✭ 39 (-41.79%)
Mutual labels:  watchface
PUSHTestFCM
[FireMonkey] Push test project
Stars: ✭ 17 (-74.63%)
Mutual labels:  notifications
linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
Stars: ✭ 13 (-80.6%)
Mutual labels:  notifications
react-native-open-notification
www.npmjs.com/package/react-native-open-notification
Stars: ✭ 23 (-65.67%)
Mutual labels:  notifications
flasher
A powerful and flexible flash notifications system for PHP
Stars: ✭ 46 (-31.34%)
Mutual labels:  notifications
EasyBuzzer
The Beep Library For Arduino
Stars: ✭ 63 (-5.97%)
Mutual labels:  notifications
vue-over-body
Create modals, sidebars, notifications, pop ups with css transitions!
Stars: ✭ 38 (-43.28%)
Mutual labels:  notifications
Graphical notifications Zabbix
No description or website provided.
Stars: ✭ 77 (+14.93%)
Mutual labels:  notifications
corpwechatbot
企业微信的python封装接口,简易上手,开箱即用,一行代码实现消息推送。A more convenient python wrapper interface of corpwechat(wework, wecom) official API, use only one line of code to send your messages to your corpwechat(wework, wecom) .
Stars: ✭ 119 (+77.61%)
Mutual labels:  notifications

Android wearable Examples

eclipse/ is old examples in the eclipse format for wear v1.0.0

v1.3.0/ are some of these examples halted at v1.3.0, since v2.1 and support.wear changes/deprecated the APIs.

WearNotiDemo example of how to send notifications to the wearable device. Should work on all versions of wear 1.0+ and 2.x.+. It was tested and working on Wear OS 1.0 device (wear v2.3.0 and Android OS 8.0.0).

All examples below are using Wear 2.3+ with support.wear 27+. This requires the min API of 23 for all the wear examples Note, they were all tested and working on Wear OS 1.0 device (wear v2.3.0 and Android OS 8.0.0)

myWatchFace several examples of watch faces for the wear device. Can be degraded to API 21 and should still work.

TapEventsDemo a simple watchface to demo the tapevents. Can be degraded to API 21 and should still work.

WearApp is an example of standalone app for the watch. It has a button to show a random number.

WearSensorsDemo is an example of using the sensor (Game Rotation vector).

WearableDataLayer is an example of how send messages back and forth between the wear app and a phone app using the data layer in google-playservices. You will need to install the wear app on to the wear device. Install the mobile app on the phone/tablet device that is connected to the wear device. Uses the listener service in a separate class. Uses send messages (not send data).

WearableDataLayer2 is an example of how send messages back and forth between the wear app and a phone app using the data layer in google-playservices. You will need to install the wear app on to the wear device. Install the mobile app on the phone/tablet device that is connected to the wear device. The listeners for the data are in the mainactivity. Uses send messages (not send data).

WearableDataLayer3 is an example of how send data back and forth between the wear app and a phone app using the data layer in google-playservices. You will need to install the wear app on to the wear device. Install the mobile app on the phone/tablet device that is connected to the wear device. It sends via the data commands, which is a broadcast, instead of the send message command.

WearAppVoice is a simple app to show how the voice recognizer works. Click the button to start the demo. The App-provided Voice actions fails, since Google has so badly documented it. "Start Voice App" should work, but instead use "Open Voice App", after the ok Google command. http://developer.android.com/training/wearables/apps/voice.html


These are example code for University of Wyoming, Cosc 4730 Mobile Programming course and cosc 4735 Advance Mobile Programing course. All examples are for Android.

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].