문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top