# aware **Repository Path**: mirrors/aware ## Basic Information - **Project Name**: aware - **Description**: A playground for the new Google Awareness API - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-03 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Aware =====

Aware Icon

Aware is a simple playground for the new Google Awareness API, nothing fancy! #What you can try out ---------------------

Main Screen

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 beacons Fence 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 zone Requirements ------------ - [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 libraries Building -------- To build, install and run a debug version, run this from the root of the project: ./gradlew app:assembleDebug