Understanding Data Binding for Windows Phone 7
- by nikhil
I want to develop a simple app for the Windows Phone 7 platform. It's basically a vocabulary based game that involves the user moving word tiles from one area to another to score points.
I want to know what is the best way of tying the UI to the game's backend? I saw the Windows Phone 7 jumpstart videos, there they touch up on Data Binding but don't really go into any depth.
I'm a newbie and don't have any experience with designing the architecture for a phone app,
It'd be great if someone could explain what steps I should be taking or guide me to a resource from where I could learn more.