FeedMyCat54 / AII3-App2

Advanced Interactivity Issues Assignment 3 App 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AII3-App2

To run

Create a new map_api.xml resource file inside the res/values folder and add the following code. Don't forget to add your google maps api key.

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <string name="map_key" translatable="false">
    YOUR_KEY_HERE
  </string>
</resources>```

About

Advanced Interactivity Issues Assignment 3 App 2


Languages

Language:Java 100.0%