Understanding Data Binding for Windows Phone 7
Posted
by
nikhil
on Programmers
See other posts from Programmers
or by nikhil
Published on 2012-03-20T14:07:18Z
Indexed on
2012/03/20
17:38 UTC
Read the original article
Hit count: 302
architecture
|windows-phone-7
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.
© Programmers or respective owner