Skip to content

Getting Started

Lydia Lim edited this page May 8, 2017 · 2 revisions

Android Studio

Download and install Android Studio

Graphic resources

For creating *.png images, I used Inkscape to create the following images used in this project. Followed by GIMP to manipulate and touch up the graphics.

Launcher Logo

Project Miki Launcher Logo

The minimum graphic any application requires is the Launcher logo, this is the icon that the user clicks on to launch the application. If there isn't one, the default icon provided by android studio would be the green android robot.

For laucher logos, we place them in mipmap folders. Reasons why and how can be found at: Ref:(https://androidbycode.wordpress.com/2015/02/14/goodbye-launcher-drawables-hello-mipmaps/)

Project Miki Banner

Project Miki Banner

Other technical pages

  1. General (this)
  2. Welcome Activity
  3. Main Activity (Receipt Picture)
  4. Loading Activity (OCR)
  5. Bill Splitting Activity (Receipt Data)

Clone this wiki locally