]> Pileus Git - ~andy/cs239/commit
Add Android clock examples master
authorAndy Spencer <andy753421@gmail.com>
Wed, 9 Apr 2014 18:38:27 +0000 (18:38 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 9 Apr 2014 19:06:22 +0000 (19:06 +0000)
commitbb50ff1e7cd8a19faa9f98b3ca18bc495bb2fe97
treef506851415a01369abc82716e8f38bc74cac4498
Add Android clock examples
28 files changed:
.gitignore [new file with mode: 0644]
common.mk [new file with mode: 0644]
config.mk [new file with mode: 0644]
htdocs/index.htm [new file with mode: 0644]
images/components.dia [new file with mode: 0644]
images/intent-chooser.png [new file with mode: 0644]
images/intent-filters.png [new file with mode: 0644]
images/yamba.svg [new file with mode: 0644]
receiver/AndroidManifest.xml [new file with mode: 0644]
receiver/makefile [new file with mode: 0644]
receiver/res/layout/main_activity.xml [new file with mode: 0644]
receiver/src/ClockTime.java [new file with mode: 0644]
receiver/src/ClockView.java [new file with mode: 0644]
receiver/src/MainActivity.java [new file with mode: 0644]
sender/AndroidManifest.xml [new file with mode: 0644]
sender/makefile [new file with mode: 0644]
sender/res/layout/main_activity.xml [new file with mode: 0644]
sender/src/ClockSource.java [new file with mode: 0644]
sender/src/ClockTime.java [new file with mode: 0644]
sender/src/MainActivity.java [new file with mode: 0644]
simple/AndroidManifest.xml [new file with mode: 0644]
simple/makefile [new file with mode: 0644]
simple/res/layout/main_activity.xml [new file with mode: 0644]
simple/src/ClockSource.java [new file with mode: 0644]
simple/src/ClockTime.java [new file with mode: 0644]
simple/src/ClockView.java [new file with mode: 0644]
simple/src/MainActivity.java [new file with mode: 0644]
slides/slides.tex [new file with mode: 0644]