Skip to content

A simple Android App that uses Google Maps and Eventbrite APIs.

Notifications You must be signed in to change notification settings

jackkwok/local-event-android

Repository files navigation

local-event-android

To run this app, you will need 2 keys:

Your Google Maps API key. Apply at https://developers.google.com/android/maps-api-signup Paste your key inside res/layout/event_map.xml : android:apiKey="PASTE YOUR MAP KEY HERE"

Your Eventbrite API key. Apply at https://www.eventbrite.com/api/key Paste your key inside QueryEngine.java : private static final String EB_APP_KEY = "PASTE YOUR EVENTBRITE KEY HERE";

Compile and Run.

About

A simple Android App that uses Google Maps and Eventbrite APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages