Error in code of basic game using multiple sprites and surfaceView [on hold]
- by Khagendra Nath Mahato
I am a beginner to android and i was trying to make a basic game with the help of an online video tutorial. I am having problem with the multi-sprites and how to use with surfaceview.The application fails launching. Here is the code of the game.please help me.
package com.example.killthemall;
import java.util.ArrayList;
import java.util.List;…