I am new to android and i could really use some help here. I have two images both are PNG one represents a gauges and the second is the needle. I am trying to animate the needle according to speed (rpm), what i need help with is the animation portion. Any ideas?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You have two choices. You can use Canvas 2D and render it that way, or you can use the Android Animation framework with ImageViews.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.