You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Android Wear App for Conestoga College's TimmyCam. It allows you to check out the timmy cam on your wrist.
3
+
4
+
#Project Structure
5
+
There are two modules, one for the phone (which does the actual downloading) and the other is the Wear App.
6
+
When built, the result is an APK that includes both apps and the phone will automatically install the wear app on connected wear devices.
7
+
8
+
##/mobile
9
+
This is a standard Android app. [MessageListener.java](https://github.com/kylezimmerman/TimmyCam/blob/master/mobile/src/main/java/com/zimmster/timmycam/MessageListener.java) is where all the logic happens.
10
+
11
+
##/wear
12
+
This is the actual Android Wear app.
13
+
14
+
#Devices
15
+
So far I've only tested this on a Moto 360, but it should work on all Android Wear devices.
16
+
17
+
#License
18
+
Standard MIT License. See [LICENSE.txt](https://github.com/kylezimmerman/TimmyCam/blob/master/LICENSE.txt)
0 commit comments