This is a demonstration of how to set a background image of an app.

Notes for Android Devices

For Android app, you need to drag the picture file into the Resource – Drawable folder.
Make sure that the Build Action is set to AndroidResources.

Note for iOS Devices

For iOS app, you need to drag the picture file into the Resources folder.
Make sure that the Build Action is set to BundleResources.