Android Development
Android. How to use ActivityRecognitionApi library from Google.
Case: We need know current user activity. Using ActivityRecognitionApi we can get if user driving, walking, running, ride bicycle. Android get information from all the sensors and analyse it using ActivityRecognitionApi. Below simple sample how to implement it. Please follow the steps: 1. Create android project in Android Studio. 2. Read more…