smalldatalab / android-mobility

Android app that collects user's mobility and location data (requires an omh-dsu server)
0 stars 1 forks source link

MobilityPhone

MobilityPhone uses the Google Play Services' ActivityRecognitionClient to periodically classify a user's activity. It sends classified data points to the ohmage 3.0 client on the phone which then uploads them to an ohmage server.

The app captures two ohmage streams: Activity and Location. Each stream is uploaded independently and each stream may be controlled independently.

For Location, the maximum frequency of data collection is every minute. For Activity, the maximum frequency of data collection is dependent on the Google activity classifier (2-3 times per minute is a good bound on the max).