Android Tutorial #78 Store your sprite java objects in a list

Опубликовано: 05 Ноябрь 2024
на канале: clientuser.net
1,080
12

Source Code:   / clientuser_net  

In this tutorial i'm going to show you how to use lists to store your java objects. You will see that replacing, adding and removing objects in a list is unlimited. You might prefer to use java lists instead of arrays.
I think we are ready to start taking a look at collision detection, we'll start that in the next tutorial.