730fb6e080cb3bdaeb357b19512da6e1f1d9ea87
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%