Skip to content
Lydia Lim edited this page May 8, 2017 · 1 revision

Idea:

This is an open project to create an Android application to allow user the ability to split bill by taking a photo of the receipt after those gatherings with friends and family in a fun and simple way!

Features:

  1. Using phone's camera to capture Receipts
  2. Import photos from photo gallery
  3. Read the items and amount from the receipt
  4. Allow to select which item want to pay for.
  5. Calculate the receipt ,3 methods available :
  6. Share - Split the total amount evenly to everyone
  7. Dutch - Select each item and it's amount by person
  8. Treat - Select which item to split evenly + each item and amount by person

Project Requirements:

Android version supported - Android 4.1 Jelly Bean and above

  1. OCR - https://code.google.com/p/tesseract-ocr/
  2. Android Resources: - https://source.android.com/, http://developer.android.com/training/basics/firstapp/index.html3. 3. 3. Project Management Tools - https://trello.com/b/eTg0MwUT/project-miki

https://github.com/futurice/android-best-practices

Technical Documentation

There are four different basic activities as described on Trello, where an activity refers to each screen with its different layout and functionality on a Android phone. The navigation is wireframed using Justinmind, which can be found on the Trello board for download.

  1. General project configurations and setup
  2. Welcome Activity
  3. Main Activity (Receipt Picture)
  4. Loading Activity (OCR)
  5. Bill Splitting Activity (Receipt Data)
  6. Settings Activity
  7. Data Models
  8. Split Bill Lah-Help Me

Project & Documentation Credits

Clone this wiki locally