3096 / someone

Foothill CS Club Spring 2018 Coding Weekend Entry
0 stars 1 forks source link

Resources #1

Open DanielNghiem opened 6 years ago

DanielNghiem commented 6 years ago

How to make a compass app on android:

-https://www.ssaurel.com/blog/learn-how-to-make-a-compass-application-for-android/

How to find the distance between two (latitude, longitude) coordinates:

-https://stackoverflow.com/questions/365826/calculate-distance-between-2-gps-coordinates

-the Haversine forumula (wikipedia)

chrisdursoorg commented 6 years ago

https://www.androidhive.info/2012/07/android-gps-location-manager-tutorial/

chrisdursoorg commented 6 years ago

example partially implemented in branch android_gps_location_article_example