/TrickleToTide

Mobile tracking app for Trickle to Tide fundraising event 2020

Primary LanguageC#MIT LicenseMIT

Mobile tracking app for Trickle to Tide fundraising event 2020

https://www.justgiving.com/fundraising/Trickle-to-Tide

http://adventurelog.co.uk/ttt/

Built with

Android Setup

Add a secrets.xml file to Resources\values with a build action of AndroidResource and the following content:

<?xml version="1.0" encoding="utf-8" ?>
<resources>
  <string name="api_key_google_maps">MAPS API KEY</string>
  <string name="api_key_ttt">TTT SERVICE API KEY</string>
  <string name="api_endpoint_ttt">TTT SERVICE ENDPOINT</string>
</resources>

License: MIT Deploy API