-
detect Region by iBeacon
-
write Region Tuple
- {region: "name", who: "shokai", action: "enter"}
- {region: "name", who: "shokai", action: "leave"}
- android-18 SDK (for Android4.3)
- sbt
- scala android-sdk-plugin
% brew update
% brew install scala sbt
% android update project --path `pwd`
% sbt android:package-debug
% adb devices
% adb install -r bin/linda-iBeacon-debug.apk
% sbt "~ android:run"
% sbt android:packageRelease