Introduction - If you have any usage issues, please Google them yourself
		 
Using JAVA programming mobile games, part of the code:
import android.graphics.Bitmap 
import android.graphics.Canvas 
import android.graphics.Rect 
public class TiledLayer extends Layer {
	/**
	* the overall height of the TiledLayer grid
	*/
	private int cellHeight // = 0