What is the simplest and most robust way to get the user’s current location on Android?

The LocationManager API on Android seems like it’s a bit of a pain to use for an application that only needs an occasional and rough approximation of the user’s location. The app I’m working on isn’t really a location app per se, but it does need to get the user’s location in order to display … Read more