Android Speedometer (Needle Gauge)

前端 未结 4 1326
长情又很酷
长情又很酷 2021-02-06 08:01

Creating a simple app that calculates the speed your going and displays it in a speedometer graphic. I can do all the speed calculations, gps calculations etc.. but i am not too

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-06 08:46

    I know, the post is quite old. But I had the same situation: there is no a good control for representing speed. I guess many people are facing this.

    I've implemented SpeedometerView myself: a simple speedometer with needle and colored value ranges. Feel free to download!

    https://github.com/ntoskrnl/SpeedometerView

    enter image description here

    This control was used in my app CardioMood.

    The code is not optimized, but works. Enjoy!

提交回复
热议问题