https://github.com/hitherejoe/aware
A playground for the new Google Awareness API
https://github.com/hitherejoe/aware
Last synced: about 1 month ago
JSON representation
A playground for the new Google Awareness API
- Host: GitHub
- URL: https://github.com/hitherejoe/aware
- Owner: hitherejoe
- Created: 2016-07-06T17:55:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T10:04:58.000Z (about 8 years ago)
- Last Synced: 2025-03-22T02:32:40.452Z (about 1 month ago)
- Language: Java
- Size: 223 KB
- Stars: 98
- Watchers: 3
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Aware
=====
![]()
Aware is a simple playground for the new Google Awareness API, nothing fancy!
#What you can try out
---------------------
![]()
Snapshot API
------------- Detecting the device headphone jack status
- Detecting the Weather properties of the location of the current device (temperature, humidity, feels like temperature, dew point and conditions)
- Detect Places nearby the user with the likeliness that they are in that place
- Detect what activity the user may currently be engaging in (in a vehicle, running, walking etc)
- Detect the users current location, along with accuracy / altitude etc
- Detect nearby registered beaconsFence API
---------- Listen for changes of the device headphone jack status
- Listen for changes in the users current activity (for example when they're running, when they're started to run, they're beginning to stop running, when they stop running)
- Listen for changes in the users location fence (for example when they're at home, when they're entering home, when they're leaving home and when they've left home)
- Listen for a specific time frame to occur on a specific day or daily basis (for example trigger at event between 12:00 and 13:00 every day or just on fridays / wednesdays)
- Listen for when the user is in a beacon zone or when they have left a beacon zoneRequirements
------------- [Android SDK](http://developer.android.com/sdk/index.html).
- Android [5.0 (API 21) ](http://developer.android.com/tools/revisions/platforms.html#5.0).
- Android SDK Tools
- Android SDK Build tools 23.0.2
- Android Support Repository
- Android Support librariesBuilding
--------To build, install and run a debug version, run this from the root of the project:
./gradlew app:assembleDebug