Home | History | Annotate | Download | only in Geofencing
      1 <p><b>About:</b> When a user enters the vicinity of the Android building (B44) or the Yerba Buena
      2 Gardens near the Moscone center in San Francisco, a notification silently appears on his/her
      3 wearable with an option to check in. This notification automatically disappears when he/she leaves
      4 the area, and reappears the next time he/she is at one of these locations.</p>
      5 <p><b>How to run:</b> Install the Application APK on the companion, and the Wearable APK on the
      6 wearable. Then, start "Android Wear Geofencing Example Application" on the companion. You will
      7 automatically be notified on the wearable if you enter one of the two specified areas, assuming
      8 you have your phone on you.</p>
      9 <p><b>Wearable APIs used:</b> DataApi, WearableListenerService</p>
     10 <p><b>Other APIs used:</b> Play Services API used for Geofencing (Geofence and LocationClient)</p>
     11 <p><b>Screenshots:</b>
     12     <figure>
     13         <img src="screenshots/android_building_check_in.png" alt="Check in?" width="160"
     14              height="160">
     15         <figcaption>Notification that appears when you arrive at the Android building.</figcaption>
     16     </figure>
     17 </p>
     18