EZ DINNER Mobile App

The Food Group: Han Liang Lim (Jason), Bethel Tessema, Kepler Novotny

CSCI 448 - Spring 2018

This app makes cooking easier/more enjoyable! Users can create recipes and add pictures locally on their phones. After creating recipes and storing them locally, users can upload them to the online database. Users can search for recipes based on ingredients.

What goes on behind the scenes? The EZ Dinner app utilizes both a local and cloud database to fulfill its core functionalities. The local database is intended to store the user's favorite recipes and personal recipes that they have created on the app. The cloud database serves as a larger recipe sharing network for all EZ Dinner app users. The camera is utilized to allow users to attach a photo of the dish to the recipe. The feature utilizes an implicit intent to launch the device's camera application, which is sent by tapping on the imageview to add a photo.

List of saved recipes. Click on any item in the list to see details.

One example of a saved recipe. The recipe name, source, ingredients list, and preparation instructions are shown.