# APRS Locator (Android) Simple Android app (Jetpack Compose) that shows: - Decimal coordinates (latitude and longitude) - APRS-format coordinates - Maidenhead (ham radio) grid square Dark theme. The app requests `ACCESS_FINE_LOCATION` at runtime. Build and run with Android Studio or Gradle. Quick build (from project root): ```bash # Open in Android Studio or run with Gradle wrapper in Android Studio environment ./gradlew :app:installDebug ```