I'm looking for a view that I can put on an activity that displays as a gauge, with tickmarks, and allows me to set a value to change where the needle is pointing. Just like a speedometer!
Thanks!
I'm looking for a view that I can put on an activity that displays as a gauge, with tickmarks, and allows me to set a value to change where the needle is pointing. Just like a speedometer!
Thanks!
As far as I know, there isn't such a control in the SDK. You'd have to create your own.
Edit: Here's some information on creating custom controls.