A simple GPS tracking app that records your location coordinates and exports them as GPX or CSV files. The app is open-source, privacy-conscious, and easy-to-use.
Here are a few screenshots of the app in action:
The app requests the following Android permissions:
ACCESS_FINE_LOCATION – Required to record GPS coordinates while GPS logging is active.FOREGROUND_SERVICE / FOREGROUND_SERVICE_LOCATION – Used to run a visible foreground service while GPS logging is active,
ensuring continuous tracking and informing the user via a persistent notification.POST_NOTIFICATIONS – Used to display notifications related to active GPS logging.INTERNET / ACCESS_NETWORK_STATE – Used solely to display advertisements via Google AdMob.WRITE_EXTERNAL_STORAGE – Used to save exported GPX and CSV files to the device’s storage.All permissions are used strictly for app functionality.
Exported files can be used in mapping or GIS software.
Copyright (C) 2026 Juraj Sabo This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
git clone https://github.com/jurajsabo/simple-gps-logger
cd simple-gps-logger
buildozer -v android debug