https://github.com/swapnil-j-patil/currentlocationapp
This Android app allows users to retrieve the current latitude and longitude of their device using Kotlin and Jetpack Compose.
https://github.com/swapnil-j-patil/currentlocationapp
google-maps-api jetpack-compose kotlin
Last synced: 3 months ago
JSON representation
This Android app allows users to retrieve the current latitude and longitude of their device using Kotlin and Jetpack Compose.
- Host: GitHub
- URL: https://github.com/swapnil-j-patil/currentlocationapp
- Owner: Swapnil-J-Patil
- Created: 2024-02-15T08:49:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-23T16:28:59.000Z (over 1 year ago)
- Last Synced: 2024-04-18T04:09:31.775Z (about 1 year ago)
- Topics: google-maps-api, jetpack-compose, kotlin
- Language: Kotlin
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Android app allows users to retrieve the current latitude and longitude of their device using Kotlin and Jetpack Compose.
Features:
Get Current Location: Users can easily obtain the latitude and longitude coordinates of their device by simply clicking a button.
Permission Handling: The app handles location permissions gracefully, requesting the necessary permissions from the user if they haven't been granted already.
Jetpack Compose UI: The user interface is built entirely using Jetpack Compose, offering a modern and declarative approach to UI development.How to Use:
Add your API key in Manifest file
Launch the app on your Android device.
Grant the app permission to access your device's location if prompted.
Click the "Get Location" button to retrieve the current latitude and longitude coordinates of your device.Technologies Used:
Kotlin
Jetpack Compose
Google Map API
Android Permissions API
