/FreeFoodFinderAndroid

An Android app that allows people to share when they find free food

Primary LanguageJava

Free Food Finder

An android app that lets people tell the world about free food

Missing File

###Private Strings### This project depends on a number of API keys, the file that contains these keys is expected to be contained at res/values/privateStrings.xml

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="mongolabAPIKey">YOUR_MONGOLAB_API_KEY_HERE</string>
    <string name="googleAPIKey">YOUR_GOOGLE_API_KEY_HERE</string>
    <string name="googleAnalyticsKey">YOUR_GOOGLE_ANALYTICS_KEY</string>
</resources>

Dependencies

###Internal###

####GSON#### A JSON library for Java

####Google Play services APIs#### See http://developer.android.com/google/play-services/index.html for more details

###External###

####MongoLab#### Currently this application is dependent on MongoLabs for its data storage. The application requires an API key to MongoLab and expects the following:

Database:

  • freefoodfinder

Collections:

  • entries

Platform

Operating System: Android
Minimum SDK Version: 13
Target SDK Version: 16

References