Skip to content

balao7/MoveTracker

 
 

Repository files navigation

MoveTracker App

This app allows users to track their movements as locations.

Introduction

Functionality

The app is composed of 2 main screens.

MainActivity

Allows the user to start and stop tracking of movement. The user can turn-off the screen while tracking and this does not affect the functionality of the app. Tracking is ignored for distances
between previous and current locations less than 1 meter.

AllEventsActivity

Shows a list of all past tracking events.

Building

You can open the project in Android studio and press run.

Testing

Still in development. The project will uses both instrumentation tests that run on the device and local unit tests that run on your computer.

Device Tests

UI Tests

The projects will use Espresso for UI testing.

Local Unit Tests

Libraries

About

Location tracking implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.5%
  • Java 1.5%