First of all i am a new a user hello to all
I have a problem. With using gps location speed i have created a speedometer. In the code I have arranged the needle to turn to corresponding speed with
Angle = (lblSpeed.text) Mod 360
When i try the app in my car the speed is correctly shown by the angle of needle BUT the needle goes to every speed directly but i want it to move like the real cars speedometer that needle goes to new speed by transition ( sorry for bad english , i want needle not to go directly to new speed for example from 40 to 48 when location changed , i want it to go from 40 to 48 with passing 41,41,43 .. )
How can i do that ?
TIA
I have a problem. With using gps location speed i have created a speedometer. In the code I have arranged the needle to turn to corresponding speed with
Angle = (lblSpeed.text) Mod 360
When i try the app in my car the speed is correctly shown by the angle of needle BUT the needle goes to every speed directly but i want it to move like the real cars speedometer that needle goes to new speed by transition ( sorry for bad english , i want needle not to go directly to new speed for example from 40 to 48 when location changed , i want it to go from 40 to 48 with passing 41,41,43 .. )
How can i do that ?
TIA