I’m quite a beginner with java and Android in general so I would like to ask how to easily make a score counter that would change every millisecond, so every millisecond they survive the score counter moves up 1.
Something like
this.
I’m quite a beginner with java and Android in general so I would like
Share
I assume you are not talking about building the UI. Here’s how you can use a
TimerTask: http://developer.android.com/resources/articles/timed-ui-updates.html