https://github.com/dipanshkhandelwal/locationalert
Android App which, using Geofencing, alerts you whenever you enter a specific area.
https://github.com/dipanshkhandelwal/locationalert
Last synced: 4 months ago
JSON representation
Android App which, using Geofencing, alerts you whenever you enter a specific area.
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/locationalert
- Owner: DipanshKhandelwal
- Created: 2017-07-21T21:55:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T14:04:37.000Z (about 8 years ago)
- Last Synced: 2025-04-02T13:11:14.404Z (7 months ago)
- Language: Java
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LocationAlert
Android App which, using Geofencing, alerts you whenever you enter a specific area.
## How to read the project
1. Download **[Android Studio](https://developer.android.com/studio/index.html)** from the Google Developers site or using this [link](https://developer.android.com/studio/index.html).
2. Install the file to your pc.
3. Download the required **SDK(Standard Development Kit) Tools** .
4. **[Clone the repository](https://github.com/DipanshKhandelwal/LocationAlert.git)** from : "https://github.com/DipanshKhandelwal/LocationAlert.git".
5. Open the project in Android Studio.
6. For launching the project you can either :
1. **Install emulator**
* For this you must have **HAMX (Hardware Accelerated Execution Manager)** installed in Android Studio IDE.
* To install **[HAMX (Hardware Accelerated Execution Manager)](https://stackoverflow.com/questions/29136173/emulator-error-x86-emulation-currently-requires-hardware-acceleration)** refer here.
* You can download it at the time of installation of the Android Studio or install it afterwards in the **SDK manager**.
* Use your **AVD manager** for launching the app.
2. **Use your Android Phone**
* For using your phone, firstly connect your Android Phone with the pc using a data cable.
* Go to the Settings > Developers Setting.
* **Allow USB debugging**.
* **Run** the project from the Android Studio IDE.