• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. grgp89

    GPS Location Markers

    Hi! I'm new to Android Studio but I want to make an app that shows my current location and put a marker on it every time my location has been changed or if is not possbile every time when is changing at least at 15-20 seconds. How can I add a marker on the map every time that my location...
  2. grgp89

    GPS coordinates

    Hi! How can I get lat and long from my GPS location and write them into a file? I want to get location coordinates at 15-20 seconds interval. Can you help me with some sources? Thank you!
  3. grgp89

    Heatmap

    Hello guys! Can you give me a tutorial or a starting point for a heatmap in AndroidStudio? I want to make a heatmap with coordinates from gps location but I don't know where to start. Can you help me with some advices and maybe some tutorials or sources? Thank you!
  4. grgp89

    LocationManager problem

    Hello guys! I have the following code to request location update, but it doesn't work. I get this error "Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with checkPermission) or explicitly handle a potential...