Skip to content

Commit

Permalink
Adding readme file and its contens
Browse files Browse the repository at this point in the history
  • Loading branch information
raikwaramit committed Jun 29, 2023
1 parent 14434ce commit ef0a1d8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Location_demo_app

# Phone Location Deme Android App

The Phone Location Demo Android App is a simple application that demonstrates how to retrieve the current location of an Android device using the device's GPS or network provider. It serves as a basic starting point for developers who want to integrate location-based features into their Android apps.

## Features

- Retrieves the current latitude and longitude of the device.
- Displays the current location on a map using Google Maps API.
- Allows users to switch between GPS and network provider for location updates.
- Provides a user-friendly interface for easy interaction.

## Prerequisites

- Android Studio: Make sure you have Android Studio installed on your development machine.
- Google Play Services: The app uses Google Maps API, so make sure you have the necessary Google Play Services dependencies configured in your project.

## Installation

1. Clone the repository to your local machine using the following command: `git clone https://github.com/your-username/Location_demo_app.git`

0 comments on commit ef0a1d8

Please sign in to comment.