Android Open Source - Example homework VendingMachine






Project Summary

The first homework of CSE 260. A Simulation of Vending Machine..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of VendingMachine.

ItemValue
Java File Count28
Target SDK Version19
Minimum SDK Version8
Activity Count2
Fragment Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\badlogic.jpg




Java Source Files

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