0% found this document useful (0 votes)
25 views

Pizza Ordering App

This document describes a pizza ordering Android application. It includes sections on requirements, design, implementation, and screenshots. The application allows users to search for pizza shops, view menus, place orders, and pay online to skip visiting the shop in person.

Uploaded by

Badal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Pizza Ordering App

This document describes a pizza ordering Android application. It includes sections on requirements, design, implementation, and screenshots. The application allows users to search for pizza shops, view menus, place orders, and pay online to skip visiting the shop in person.

Uploaded by

Badal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 29

Internal Guide

Mrs.Garima singh
Associate Professor
Department of Computer Science and Engineering

Project Team Members

Khushi sharma 08R11A0512


Introduction
• Android is a software stack for mobile devices that includes
an operating system, middleware and key applications.

• The Android SDK provides the tools and APIs necessary to


begin developing applications that run on Android-powered
devices.
Purpose

• This application has been developed for Android users to

- Order a Pizza.

- Search for Pizza shops available in a certain area.

- View their Menu.


Existing System
• Customers need to personally go to the Pizza shop,
check their menu, place an order and pay the bill upon
receiving their pizza.
• Lot of time is wasted in this process.

Proposed System
• The user will be presented with an integrated application
where in he can find the list of pizza shops available in an
area, view their menu, place an order and pay the bill
online, without having to personally visit the shop.
• The order can be collected based on the token number
provided.
Scope
• The scope of the project is to provide a Pizza ordering
Service using an Android device. The application shows the
list of different pizza shops available at a certain place, the
list of pizzas available and also provides an option to buy.
Requirements Specification
• Functional Requirements
• Non-Functional Requirements
• Software Requirements
Core Java
Android SDK
OS 1.1, 1.5, 1.6, 2.0
Eclipse Galileo
SQLite
• Hardware Requirements
Processor : Pentium IV 1Ghz
Hard disk : 80GB
RAM : 1GB
System Architecture
The project “Pizza Order Application” is an Android application which has a three-
tier architecture.
Modules
Module 1: The user is provided with a list of pizza shops
available in a certain area as per his request. Upon selection, the
user is given a choice to view either the Veg or Non-Veg menu.

Module 2: The user is provided with a list of Pizzas along with


their price as per the Veg or Non-Veg option selected. The user
can also place an order and collect it based on the token number
provided.

Module 3: The database tables required for the project are


created.
UML Diagrams
Class Diagram:
PizzaItems
User
String[] pizzaitems;
String placename;
int[] pizzaprices;
String[] pizzashopsnames;
String pizzatype;
PizzaItems()
FlowerPizzaorder()
PizzaShopsList()
Pizzasmenu()
OrderPizza()
PizzaType()

OrderPizza
String pizzaname;
int pizzaprice;
String pizzasize;
String toppings;
String token;

order()
Buy()
UML Diagrams
Usecase Diagram:

Enters place name

User
Selects pizza shop

View list of pizza items with price


UML Diagrams
Sequence Diagram:
UML Diagrams
Collaboration Diagram:

User Databas
e

2: Validates Place name


19: Validates and Pass details to Payment form
22: Validates details
1: Enters Place Name
6: Selects the Pizza Shop 3: Request for Shops at that place
10: Selects Veg/Non-veg 7: Request for Type of Pizzas Available
14: Selects Pizza Item to Order 11: Requests for Pizza Items and their Prices
18: Provides Pizza Size,Toppings and Clicks Order 15: Request for Pizza Image
21: Provides Payment details 23: Store Details and Request for Token
Pizza Order
Application
5: Display Pizza Shops List 4: Returns Shop Names
9: Displays Available Pizza Types 8: Provides Type of Pizzas Available
13: Displays Pizza Items and their Prices 12: Provides Pizza Items
17: Display Pizza Image with Pizza name 16: Provides Pizza Image name
20: Displays Payment form 24: Provides Token
25: Displays Token number
Database Tables
Pizza Shop details Pizza Shop type
Database Tables
Pizza Items
Database Tables
Pizza Order
Technologies/Platforms Used
• Android
Android is Google's operating system for mobile devices. It allows
developers to write managed code in the Java language, controlling the
device via Google-developed Java libraries. The Android operating
system software stack consists of Java applications running on a Java
based object oriented application framework on top of Java core
libraries running on a Dalvik virtual machine featuring JIT compilation.

• Android SDK
The Android SDK includes a comprehensive set of development
tools like a debugger , libraries, a handset emulator , documentation,
sample code, and tutorials.
Technologies/Platforms Used
• Dalvik Virtual Machine
Dalvik is the virtual machine on Android mobile devices. It runs
applications which have been converted into a compact Dalvik
Executable (.dex) format suitable for systems that are constrained in
terms of memory and processor speed.

• SQLite
Integration and Testing
• Integration
Integration is all about combining the individual parts of the system
and making the system into a single unit. Here in this “Pizza Order
Application” we are combining the modules i.e., User interface with the
database.

• Testing
1. Compilation Test: Stress testing is done early on, because it gives us
time to fix some of the unexpected deadlocks and stability problems
that only occur when components are exposed to very high transaction
volumes.

2. Execution Test: The program is successfully loaded and executed


with no execution errors. The complete performance of the project
“Pizza Order Application” is good.
Output Screens
Home Screen
Output Screens
List of Pizza Shops Screen
Output Screens
Pizza Types Screen
Output Screens
List of pizzas and their price Screen
Output Screens
Pizza Order Screen
Output Screens
Payment Screen
Output Screens
Order Details Screen
Conclusion
• The “Pizza Order Application” for android helps a user to
order a pizza from a stand alone place.
• Before placing an order the user can view the available pizza
shops at any place, the list of pizzas with their price, order a
pizza after seeing its image and pay the bill using a card.

Benefits
• Serves the users with all the requirements that can be
easily accessible in a mobile

• High graphical user interface


References
• The Unified Modeling Language Users guide By Grady Booch
• Software Engineering, A practitioners approach By Roger S Pressman
• Software Project Management By Walker Royce
• The applicable IEEE standards as published in ‘IEEE standards collection,
for the preparation of SRS’.
• Backup policy, Naming Conventions as per Teleparadigm Conventions
• Android™ 2Application Development by Reto Meier
• Hello, Android: Introducing Google's Mobile Development Platform
by Ed Burnette.
• http://developer.android.com/index.html
• http://www.androidsnippets.com/

You might also like