Back to project page GameWorker.
The source code is released under:
Apache License
If you think the Android project GameWorker listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.al.gameengine; /*from w w w .jav a2 s. c o m*/ /** * The directions the images will move and update in the game view. * @author AL * */ public enum Direction { X, Y }