d6402800481e850dfc7b7a38a03661c87d60b283
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):
# Open in Android Studio or run with Gradle wrapper in Android Studio environment
./gradlew :app:installDebug
Description
Languages
Kotlin
100%