Skip to content

Files

Latest commit

 

History

History
29 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.02 KB

Maker Faire Orlando Android

Android application for Maker Faire Orlando Event application which provides attendees of the event with exhibits, makers, events, and a map of the faire.

Build Status

Calendar API Key

For the EventsFragment to load the events you will need an api key from the Google Calendar V3 api. You can either request it from @connerbrooks or create your own.

  • Create a file in res > values > keys.xml
  • Add a string named "calendar_key" and include your key.

Contributing

  • Fork this repository.
  • Check out a feature branch off of develop.
  • Make changes and rebase with upstream.
  • Make a pull request on develop from your branch.

Getting started

Android Studio is highly recommended.

  • Get the code
git clone https://github.com/MakerFaireOrlando/mfo-android.git
  • From android studio File > Open and open the project.