An open API service indexing awesome lists of open source software.

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.

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



![locationimage](https://github.com/Swapnil-J-Patil/CurrentLocationApp/assets/129786110/f863cd5c-530d-4970-9124-6bb6aa72d6ac)