Looking for best practices here. I have a GPS application. I would like to add a direction arrow based off of heading to target.
What would be the most efficient method to do this? My first thought is an imageview updated every second in a timer based on a case statement of 36 images, each handling 10 degrees.
Would there be a more efficient way to do this?
What would be the most efficient method to do this? My first thought is an imageview updated every second in a timer based on a case statement of 36 images, each handling 10 degrees.
Would there be a more efficient way to do this?