What class to use in order to have a number move around the screen?
Posted
by
AllenZ41
on Game Development
See other posts from Game Development
or by AllenZ41
Published on 2014-05-24T23:33:35Z
Indexed on
2014/08/24
4:34 UTC
Read the original article
Hit count: 145
android
What i am trying to accomplish is have a randomly created number move around the screen but it is touchable. I am planning to have lots of numbers on the screen, so my question is what class is appropriate to use, so I could set a number randomly at run time and display it while it moves around the screen? I was planning the use a TextView, since I want to use a custom font of mine but I think creating a bunch at a time could cause a memory problem and to my understanding they cant move around the screen at runtime.
© Game Development or respective owner