Reuse Statement - CMPUT301W13T03/classproject GitHub Wiki

  • The code contained in HTTPManager is based off the ESDemo code provided, credit goes to Abram Hindle and Chenlei Zhang for writing this Elastic Search example.
  • In our IntentCatchingTemplate we used some sample code from Stack Overflow, credit goes to user Dan Devine for his help.
  • In our IntentCatchingTemplate we also referenced RoboGuice Testing, credit goes to it's author.
  • Our PhotoViewerActivity and associated layout file are from, Mobisoft
  • Bogopicgen and the bitmap generation code in Camera are based off code from Abram Hindle and Bryan Liles