https://www.justgiving.com/fundraising/Trickle-to-Tide
http://adventurelog.co.uk/ttt/
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>