First professional project I took on as an android developer. The use of paypal library, firebase backend server, internal SQLite database and google maps library.

This commit is contained in:
2018-02-19 21:00:29 +11:00
parent af00c89037
commit 5315834772
10 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<resources>
<!--
TODO: Before you run your application, you need a Google Maps API key.
To get one, follow this link, follow the directions and press "Create" at the end:
https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=00:C6:8D:18:DC:29:57:E8:E4:FB:FF:21:BD:13:7E:9F:1B:DA:97:00%3Bcom.example.h_mal.mochee
You can also add your credentials to an existing key, using these values:
Package name:
00:C6:8D:18:DC:29:57:E8:E4:FB:FF:21:BD:13:7E:9F:1B:DA:97:00
SHA-1 certificate fingerprint:
00:C6:8D:18:DC:29:57:E8:E4:FB:FF:21:BD:13:7E:9F:1B:DA:97:00
Alternatively, follow the directions here:
https://developers.google.com/maps/documentation/android/start#get-key
Once you have your key (it starts with "AIza"), replace the "google_maps_key"
string in this file.
-->
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">AIzaSyCgLZP1YMHv_-Sri0H6_xE6pRKl9he2Lw8</string>
</resources>