The project consists in an Android application that can be used by employees in a restaurant to handle the clients, their orders and can help them easily find free tables or place orders. This is only a demo application, created mainly for proof of proper user-mobile interaction..
Restaurant-Table-Order-Management-Demo is hosted in the following web site
https://github.com/cosminstefanxp/Restaurant-Table-Order-Management-Demo
If you think the Android project Restaurant-Table-Order-Management-Demo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Restaurant-Table-Order-Management-Demo.
Item | Value |
---|---|
Java File Count | 17 |
Minimum SDK Version | 7 |
Activity Count | 5 |
There are 2 image files in Restaurant-Table-Order-Management-Demo. The names of the image files are listed as follows.
busy_table.png empty_table.png
The following screenshort is generated from the image listed above.
Restaurant-Table-Order-Management-Demo has the following Java source files.
citygrill.data.DataProvider.java citygrill.data.Order.java citygrill.data.OrderProduct.java citygrill.data.Product.java citygrill.data.ProductCategory.java citygrill.data.TableOrder.java citygrill.gui.MainActivity.java citygrill.gui.OrderActivity.java citygrill.gui.ProductCategoriesActivity.java citygrill.gui.ProductsActivity.java citygrill.gui.TableActivity.java citygrill.gui.adapters.CategoriesAdapter.java citygrill.gui.adapters.OrderAdapter.java citygrill.gui.adapters.ProductsAdapter.java citygrill.gui.adapters.TableAdapter.java citygrill.gui.adapters.TableOrderAdapter.java citygrill.restaurant.Table.java