Skip to content

Releases: georgikoemdzhiev/ActiveMinutes

Active Minutes

11 Feb 09:24

Choose a tag to compare

ActiveMinutes is an Android application that allows the users to monitor their active and inactive time. They can set goals, the application will monitor their activity levels and send appropriate notifications. The application utilises concepts such as Dependency Injection by utilising Dagger 2 framework. The app also implements the MVP developing pattern to split the code into logical layers and make the application easy to test. The application only uses one sensor - the build in accelerometer sensor to detect 4 states of the user: runnung, cyclking, walking and static. The custom classifier supplied with the application allows the app to work completely offline without the need of network calls (compared to GoogleActivityRecognitionApi).