Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh7editor/smartcity-traveller
https://github.com/harsh7editor/smartcity-traveller
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harsh7editor/smartcity-traveller
- Owner: harsh7editor
- Created: 2024-11-16T13:13:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T13:22:38.000Z (2 months ago)
- Last Synced: 2024-11-16T14:24:55.147Z (about 2 months ago)
- Language: Java
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot 2024-11-17 140525](https://github.com/user-attachments/assets/b93b8ae9-6cfe-4a2c-87fc-71b3bd00947b)
Smart-City-Traveller
# Requirements
- Android Studio
- minimum 4GB RAM
- minimum 2GB Storage
- FourSquare API (version 3 `v3`)
- Google Maps API
- Working Internet Connection### 1. Changing Foursquare Api
- Login with foursquare account and get Authroization code
- Now go to : [app\src\main\res\values\strings.xml](app\src\main\res\values\strings.xml)
- and replace `AUTH_ID` with your own foursquare authroization code.### 2. Change the Google Maps Api
- Get [Google Map api](https://developers.google.com/maps/documentation/android/signup)
- Now go to : [app\src\release\res\values\google_maps_api.xml](app\src\release\res\values\google_maps_api.xml)
- and replace the "google_maps_key" with your own google map api key.