This is an Android app that recognizes a collectible card in a picture taken by user, and searchs for the price of the card on ebay.
##How to download the source code:
git clone https://github.com/qmma70/cardtradr.git
A directory named "cardtradr" will be created and everything in the repository will be downloaded into it.
##How to update your local clone: Before you start working, always make sure your local repository is up-to-date!
cd cardtradr
git pull
##How to commit your work and upload it to the repository:
cd cardtradr
git add * (if you created at least one new file)
git commit -a -m 'what changes did you make?'
git push