The first homework of CSE 260. A Simulation of Vending Machine..
VendingMachine is hosted in the following web site
https://github.com/yiochen/VendingMachine
If you think the Android project VendingMachine 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 VendingMachine.
Item | Value |
---|---|
Java File Count | 28 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Asset File Names | assets\badlogic.jpg |
VendingMachine has the following Java source files.
null.Main.java unhackathon.android.androidgithubtest.MainActivity.java yiou.chen.gameObjects.Bond.java yiou.chen.gameObjects.ForceObject.java yiou.chen.gameObjects.FreeObject.java yiou.chen.gameObjects.PlayerObject.java yiou.chen.gameObjects.YObject.java yiou.chen.gameObjects.YUpdator.java yiou.chen.solar.Solar.java yiou.chen.solar.WorldController.java yiou.chen.solar.WorldRenderer.java yiou.chen.solar.android.AndroidLauncher.java yiou.chen.solar.desktop.DesktopLauncher.java yiou.chen.solar.objects.SkyObject.java yiou.chen.solar.util.Constants.java yiou.chen.utils.BondUpdator.java yiou.chen.utils.MathUtils.java yiou.chen.vendorMachine.controller.Machine.java yiou.chen.vendorMachine.message.CustomerMessage.java yiou.chen.vendorMachine.message.IDisplayable.java yiou.chen.vendorMachine.message.MachineMessage.java yiou.chen.vendorMachine.message.Message.java yiou.chen.vendorMachine.message.OperatorMessage.java yiou.chen.vendorMachine.objects.Product.java yiou.chen.vendorMachine.objects.ProductQueue.java yiou.chen.vendorMachine.view.CustomerAccount.java yiou.chen.vendorMachine.view.IAccount.java yiou.chen.vendorMachine.view.OperatorAccount.java