Skip to content

Commit 1d28873

Browse files
committed
Create README.md
1 parent e5a37ec commit 1d28873

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# TimmyCam
2+
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

Comments
 (0)