This repository is for the the final project for PROG3210 Programming: Mobile Applications.
Project Members are: Kyle Zimmerman, Justin Coschi and Sean Coombes
See the Offical Assignment Outline for full details.
- Project Description
- Final Submission
To be determined
- [Documents on Google Drive] (https://drive.google.com/drive/u/0/folders/0ByFnnu5DFHuTd21YcEo4MEx2Z0E)
- Rest to be determined
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.
To be determined
- Code Quality: 10%
- Functionality: 50%
- Design: 25%
- Marketing Materials (icons/screenshots/description): 10%
- Preliminary Project description: 5%