I would like to set a background image for the entire application for Windows Phone 7. I guess the size of the image should be 480 x 800 which I have already.
Should it be set inside App.xaml or WMAppManifest.xaml ? If so, please point me to a code sample.
There is no way to set a background image globally. You need to set it for each page.