andreistirb / MountainTracker

Aplicatie Android pentru montaniarzii din Romania
0 stars 0 forks source link

make a Track object (serializable) #19

Closed andreistirb closed 8 years ago

andreistirb commented 8 years ago

This object will handle all operations with tracks (getting data from database, writing data to database, etc). it will contain for each trackpoint a Trackpoint object (also serializable).

andreistirb commented 8 years ago

computation of average speed, distance, time, should be done at the end of the track