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
- Learn and experiment with the barcode scanning library.
- Learn and experiment with the Good Reads API.
- Plan which information will be included in database.
- Design schema for database.
- Implement database.
- Design UI for viewing and acting on database.
- Implement searching feature.
- Implement sorting features.
- Create way to export as database.
- Create way to export as text file.
- Implement sending exported data by various methods.
##Iterations
- App can scan barcode and display ISBN.
- App can scan barcode and show relevant information from Good Reads.
- App can display information in database.
- App can export database as text file or database.
- App can sort and search data.
- App can export data based on sort order or search results.