Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 2 KB

README.md

File metadata and controls

30 lines (18 loc) · 2 KB

Mamaroneck High School Events List

Mamaroneck High School Entry for 2015 FBLA Mobile Application Development Competition

Requirements:

This application was developed using Android Studio. In order to view the source of this application properly, or to compile it, the following are required:

  1. Oracle Java Development Kit SE 8

  2. Android Studio

    *   Install Android SDK and Lollipop inside of Android Studio
    

Setup

These instructions were written with Windows in mind, but should work on other platforms. However, it is strongly recommended to use Windows.

  1. Begin by first installing Java JDK 8, followed by Android Studio. Download links are above, however versions are provided in the "Setup" folder. Note that these versions may be obsolete at the time of installation.
  2. Next, extract "MHSEvents-Project.zip" (right-click on it and choose "Extract All") to a known location on the computer.
  3. Launch Android Studio, and allow it to install the Android SDK and the default emulator. When presented with the screen shown in figure 1, choose Open an Existing Android Studio Project.
  4. Browse to the folder that you extracted the zip to, and select FBLA2015. It will have a different icon than the other folders.5. Once the project is open, wait for the Gradle sync to complete. Android Studio will then load for approximately 5 minutes.
  5. Next, click on the "play" button when it becomes green (figure 2), and either launch the emulator by directly pressing OK, or attach a physical phone with USB debugging enabled, select it in the list, and press OK. When Android boots up, unlock the phone, and wait a few seconds. The app (MHS Events) should now launch, after a brief pause.

Screenshots for this app are in the file "Screenshots.pdf"