Home

Awesome

TuristHelper

TuristHelper is a app for a demo, It is using retrofit 2, realm, gson, google maps v2, butterknife, glide, crashlytics and support design lib.

The app is consuming the apis of foursquare API and google maps directions API.

Configurations

/app/src/main/res/values/google_maps_api.xml

<?xml version="1.0" encoding="utf-8"?>
<resources>
	 <string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">your_google_maps_api_key</string>
</resources>

/app/src/main/assets/foursquare.properties

CLIENT_ID=your_foursquare_client_id
CLIENT_SECRET=your_foursquare_client_secret

/app/fabric.properties

apiSecret=your_fabric_api_secret

/keystore.properties

STORE_PASSWORD=your_store_password
KEY_PASSWORD=your_key_password
KEY_ALIAS=your_key_alias
STORE_FILE=/your/file/keystore.jks

ScreenShots