A Android application for user list a presentation of food and beverage offerings, stores and calculate total payment..
tMenu is hosted in the following web site
https://github.com/ed7chu/tMenu
If you think the Android project tMenu 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 tMenu.
Item | Value |
---|---|
Java File Count | 28 |
Activity Count | 7 |
Required Permissions | android.permission.VIBRATE |
There are 2 image files in tMenu. The names of the image files are listed as follows.
ic_input_add.png textfield_default.9.png
The following screenshort is generated from the image listed above.
tMenu has the following Java source files.
com.ect.business.BLLOrder .java com.ect.business.BLLProduct .java com.ect.business.BLLProductPurchase .java com.ect.dals.DALOrder.java com.ect.dals.DALOrderProduct.java com.ect.dals.DALProduct.java com.ect.dals.DatabaseHelper.java com.ect.dtos.DTOOrder.java com.ect.dtos.DTOOrderProduct.java com.ect.dtos.DTOProduct.java com.ect.dtos.DTOProductPurchase.java com.ect.interfaces.IOrder .java com.ect.interfaces.IOrderProduct .java com.ect.interfaces.IProduct .java com.ect.interfaces.IProductPurchase.java com.ect.tmenurestaurant.MainTab.java com.ect.tmenurestaurant.Menu.java com.ect.tmenurestaurant.Order.java com.ect.tmenurestaurant.Product.java com.ect.tmenurestaurant.ProductAdd.java com.ect.tmenurestaurant.ProductEdit.java com.ect.tmenurestaurant.activity.InputAmountActivity.java com.ect.tmenurestaurant.view.InputAmountView.java com.ect.util.Convert .java