I am new to android game development using andengine.
I am developing a game in which I have to use many different coloured balls.
What i want for improving the game performance is,that i should write random numbers on different balls programmatically?
Is it possible in andengine to add balls as an image and put numbers on top of it programmatically?
There is a class in AndEngine called
TextTextobjects act like entities and can be attached to a scene or another entity as a childFirst you have to create a
FontNow create an object of text and add the text to the ball entity
Here’s a blog article that may help you more