Meal Menu Application Nabil Allataifeh. Preview The program is an application that can be used to search for meals and restaurants in a very friendly.

Slides:



Advertisements
Similar presentations
TCP Monitor and Auto Tuner. Need Analysis Enable monitoring of TCP Connections Enable maximum bandwidth utilization No such utility available in MONALISA.
Advertisements

Talent Slate Mobile LMS Manual Club Name. Install the Talent Slate App on your Device Search for “Talent Slate” in the app store of your device and install.
Direct Congress Dan Skorupski Dan Vingo 3 December 2008.
Introduction to EndNote X2 Yingting Zhang, MLS Information & Education Librarian UMDNJ - RWJ Library of the Health Sciences September.
People Technical AdvisorsAcademic AdvisorFinal Project By Prof. Shlomi Dolev Prof. Ehud Gudes Boaz Hilemsky Dr. Aryeh Kontorovich Moran Cohavi Gil Sadis.
CADDLAB Medical Imaging on Remote Compute Servers.
Creating a Users Table The users table contains a list of your site’s authorized users, logins, and passwords.
INTRODUCTION TO BIOINFORMATICS Web practical. The login system Monitor access to the site Register courses and monitor test results of individual students.
* Login to Smartroom with address and password.
Creating User Profiles in EBSCOadmin Tutorial support.ebsco.com.
NEW PRODUCT INTRODUCTION: SalesLink TOUCH April 2015.
Google Confidential and Proprietary 1 Intro to Docs Google Apps Apps.
Presented By: Shashank Bhadauriya Varun Singh Shakti Suman.
In association with Technion and Qualcomm. Project supervisor: Tatyana Finkel. Technion Israel Institute of Technology.
Moving & Copying Web Applications 1. 2 Why Do We Need to Copy or Move a Web Application?  So you can run someone else’s sample code.  So you can backup.
Unitedstreaming New Features New and easy interface Professional Development Animations and audio files Daily video content New and enhanced tools Customized.
Google Confidential and Proprietary 1 Advanced Docs Google Apps.
NATE Training Provider Portal Guide to using the myNATE website Submitting Class Rosters.
DUE Introduction to the Android Platform Working Connections 2011.
3D Visualisation of Sensor Information on Google Android platform Overview and Interface prototype Maciej Gryka, University of Surrey,
HTML Hyper Text Markup Language A simple introduction.
An Introduction to Progress Arcade ™ June 12, 2013 Rob Straight Senior Manager, OpenEdge Product Management.
MIS001 A1 Computer Hardware Windows ’98 and Internet Explorer Chapter 3 Start Menu and Control Panel.
By: Michael K. Pa’ekukui Grand Canyon University TEC 539.
Syllabus Management System. The Problem There is need for a management system for syllabi that: Provides a simple and effective user interface Allows.
CEAB SharePoint Information Technology Group URL: Account for logging in is your Engineering account.
1 Copyright © 2015 Pexus LLC Easy Download, Install & Configure OwnCloud on your Patriot PS.
FriendFinder Location-aware social networking on mobile phones.
FriendFinder Location-aware social networking on mobile phones.
OPEXShare The New Cloud-based System for DOE Operating Experience Presented by Gerry Whitney Mission Support Alliance, LLC DOE Operating Experience Committee.
Syllabus Management System Matt Bernstein, Paul Capelli, Jared Segal.
1 EMC CONFIDENTIAL—INTERNAL USE ONLY MPG XAM Coding Challenge Business Value (Multi-Media PlayStation) Team: KMP Author: Jing (Eugene) Tan Date: September.
MSDSonline HQ: Viewer Site Tour Main Menu Getting to your Company List Searching within your Company List How to View and Print an MSDS How to Print a.
De’Bill Final Project – android app Team Members: Ilya Shamis, Daniel Grinberg, Nirit Lapidot Supervisor: Prof. Moshe Sipper.
FriendFinder Location-aware social networking on mobile phones.
 Tracks seats availability in a specific class (CRN)- only for HOKIES.  Has the ability to track a list of classes.  The tracking list grows dynamically.
Working with the interface and interacting with the iPad app.
Navigation Framework using CF Architecture for a Client-Server Application using the open standards of the Web presented by Kedar Desai Differential Technologies,
GROUPROCKET - Choose Collaboration Software for Your Company.
PRG 421 MART Education Expert/prg421mart.com FOR MORE CLASSES VISIT
PRG 421 ACADEMIC PROFESSOR/TUTORIALRANK For more course Tutorials
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 11 Exploring Microsoft Office Morrison / Wells / Ruffolo.
THE NEW MOBILE WORKSPACE Enable Business Applications on Mobile Devices hopTo Work “I am amazed to see how easily hopTo transforms the user interface of.
© Copyright 2016 Kony, Inc. All rights reserved. The information contained herein is subject to change without notice. Kony Innovation Hub “Employee Directory”
Mary Ganesan and Lora Strother Campus Tours Using a Mobile Device.
how to configure Gmail account in MS Outlook 2010 account?
Paws Chen Cohen Linoy Ben Haim.
Objectives Create a folder in Google Drive.
, MS-Access, QBE, Access/Oracle
Know About MS Access Database
Sasken Virtual Hack Day “Employee Directory”
What Should I Do if My Style Is Not Included?
Open Web App.
Setting Up Chatter on Mobile devices
Instructor Name Instructor Title Library Name
Collaboration with Google Docs
Malwarebytes Context Menu Missing
Malwarebytes System Scanning Error
File Stream and Team Drives
Microsoft Video Editing Software
Connect: Editing Worksheets
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
OnCourse Connect is simple to use and can be accessed from any online computer, smartphone or tablet device. This secure website will allow you real-time.
Managing Users & Extensions
REST Easy - Instant APIs for Your Database
Microsoft Office Illustrated Fundamentals
Google File Stream Google Drive Updates.
Data Base.
Presentation transcript:

Meal Menu Application Nabil Allataifeh

Preview The program is an application that can be used to search for meals and restaurants in a very friendly and easy way. Started as a web based application that has been modified to a java Program

Features - Has A friendly GUI design that can be easily used - All the processes in the application can be launched from the tabs that been assigned. - Each tab when clicked will launch a new window that will handle a process. - It has the ability to login and search (by reading info from a file) or to register (writing to a file). - Has a the usage of array list to store data that have been extracted from a file (Login and Search).

Problems encountered At the beginning the challenge was converting the application from the web based application to a java program. >> Solved by trying to have the best design that can be similar to the original design Biggest problem for me was how to handle the search (reading from a file) as we had that part of the course late. >> I went through the course slides and were able to handle it >>help from professor and colleague.

6 months extension Having more time will enable me to finish all functionalities that have been eliminated due to time constraints. I would make the login process smarter so that it can’t be used without a login. connect to a database to have real-time data Add the location identifier >> search = smarter I love to have it as a mobile app.

Project deficiencies Login is only for demonstrations and can be modified to be real The application missing some of the proposed processes which been eliminated due to time constraint The user interface can be better