Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.54 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.54 KB

ClassMateAndroid

This repository is for the the final project for PROG3210 Programming: Mobile Applications.

Project Members are: Kyle Zimmerman, Justin Coschi and Sean Coombes

Project Timeline

Official Due Dates

See the Offical Assignment Outline for full details.

November 15, 2015 (11:59:59 PM)
  • Project Description
December 13, 2015 (11:59:59 PM) *
  • Final Submission

Milestones

To be determined

Project Structure

Setup

Add a file called parse.xml to the values folder (/app/src/main/res/values/). The contents should be:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="parse_application_id"></string>
    <string name="parse_client_key"></string>
    <string name="facebook_app_id"></string>
    <string name="twitter_consumer_key"></string>
    <string name="twitter_consumer_secret"></string>
</resources>

You must insert the values for each of these. If you need them ask another group member.

DO NOT COMMIT parse.xml. It is in our .gitignore file so it shouldn't be an issue.

Building

To be determined

Marking Scheme

  • Code Quality: 10%
  • Functionality: 50%
  • Design: 25%
  • Marketing Materials (icons/screenshots/description): 10%
  • Preliminary Project description: 5%