CMPUT301W13T06 / classproject

RecipeBot
http://cmput301w13t06.github.com/classproject/
2 stars 6 forks source link

Recipe Loader #44

Closed f2prateek closed 11 years ago

f2prateek commented 11 years ago

This also makes some changes to our model. Photos will be stored as Uri's. This is lighter than storing it as Bitmaps. This way we can have multiple sources (say file or network location) with the same structure, but unlike Strings, we have a more concrete pattern fro location.

f2prateek commented 11 years ago

Also adds a linux testing script.