Development Schedule - Grotke/BookScanner GitHub Wiki

#Development Schedule I don't see this project taking very long. I'm already comfortable with Android and Java development and it's a pretty straight forward project. The only new parts will be with creating the database and working with the Good Reads API and barcode scanning library.

A tentative estimate is 3 weeks working for a few hours every weekday. I'll break this down into finer chunks when I have a better grasp of what the project entails

##Things to do

  1. Learn and experiment with the barcode scanning library.
  2. Learn and experiment with the Good Reads API.
  3. Plan which information will be included in database.
  4. Design schema for database.
  5. Implement database.
  6. Design UI for viewing and acting on database.
  7. Implement searching feature.
  8. Implement sorting features.
  9. Create way to export as database.
  10. Create way to export as text file.
  11. Implement sending exported data by various methods.

##Iterations

  1. App can scan barcode and display ISBN.
  2. App can scan barcode and show relevant information from Good Reads.
  3. App can display information in database.
  4. App can export database as text file or database.
  5. App can sort and search data.
  6. App can export data based on sort order or search results.