Android Open Source - App food tMenu






Project Summary

A Android application for user list a presentation of food and beverage offerings, stores and calculate total payment..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of tMenu.

ItemValue
Java File Count28
Activity Count7
Required Permissionsandroid.permission.VIBRATE




Resource Files

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.

null

Java Source Files

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