OmarAlghamdi / walkly-android

Android implementation of Walkly (the walking game)
0 stars 1 forks source link

Simplifies the `DistanceUtil` #91

Closed OmarAlghamdi closed 4 years ago

OmarAlghamdi commented 4 years ago

The utility now is shorter and simpler. It now listen directly a sensor to get user steps. It does not require the start time or the interval anymore. Hence simpler Constructor. No Method is required to be called after instantiation

I also remove unused code from MainActivity