I would like to ask what method to update GUI is better for my scenario. I would like to manipulate (move) multiple controls from point to point based on the input from user's touches.
I know a few difference way to do it. Dispatcher Timer & Timer. (What's the difference between them?) BackgroundWorker. Storyboard & BeginAnimation Method.
Which of these method is generally recommended to use in term of memory and resource saving and simpler to code?
Thank you!