Posts

Showing posts with the label Latitude Longitude App

App Milestone: 5k downloads for Latitude and Longitude!

Image
I've decided to start making monthly-ish posts for my app download milestones. I was thinking of making the milestones be whenever the numbers double, but that's too complicated, so I'll post when the downloads hit orders of magnitude of 1, 2 and 5.  Latitude and Longitude Free, No ads App preview video:

New App! Latitude and Longitude

Image
  Kotlin code on GitHub:  https://github.com/amandafarrell/LatLong Get the app on Google Play:  https://play.google.com/store/apps/details?id=com.amandafarrell.latlong -Uses Google's location API to display Latitude and Longitude coordinates -Coordinates make take a minute or two to update when refreshing -Available in 100 languages

New Video - Android: Getting Latitude and Longitude (Kotlin version)

Image
The code from this video is on GitHub if you want to copy and paste: https://github.com/amandafarrell/LatLong This video is based on the android dev page for getting last location: https://developer.android.com/training/location/retrieve-current

New Video - Android: Getting Latitude and Longitude

Image
Link to video:  https://youtu.be/fouAGhpq8Ss This simple app displays the latitude and longitude coordinates of the phone using Google's location services API and the getLastLocation() function as of June 2018. The code is on GitHub: https://github.com/bluepandadev/Location2 I was following along with Udacity's location class when I came across a deprecated method. Since Udacity doesn't have an updated video for it yet, I decided I'd try making one.  Let me know if you have any suggestions on how to do this better. Link to the Udacity class, Google Location Services on Android: https://www.udacity.com/course/google-location-services-on-android--ud876-1 Here's a training doc on location from the google dev website: https://developer.android.com/training/location/ And here's the Google APIs for Android, LocationServices page on the google developer website for more information: https://developers.google.com/android/reference/com/google/android/gms/loc