I am very new to WP apps and don\'t know how to set the back-ground image in app.xaml file for whole application in Windows Phone 8<
WP
back-ground
app.xaml
Windows Phone 8<
You can add a Common Grid Style which uses Image as background.And place it under App.xaml.Resources.
And use it for the Root grid of your page.
//Content goes here