

It is in this string that you write in depth information about the Vampire Bat. Notice here that I have changed ITEM_CONTENT to VAMPIREBAT this word now refers to a string a little further up. Vampirebat (always use one word, no spaces or special characters) Go about the same way for individual items.Ĭreate your first bird, e.g. Then refer to that picture in the code like this:

Include a picture in the asset folder by dragging and dropping a picture from a folder on your computer to the “Asset” folder in the Solution Explorer Navigate to the SampleDataSource.cs and find this code in your sample app, about line 262 Give it one name and stick with it.Ĭapabilities and Language – JUST FOLLOW MY GUIDE Remember, never mess with app name or solution name. Now you have actually created all that is needed for the app in terms of code. Select C# (does not really matter, you will not write code anyhow) This is how you create Your Split Page app by just replacing code.Ģ. THIS MUST BE ONE OF THE EASIEST APP TO MAKE. Split Page app works well when you have Several Groups (Bird Categories) and Birds (Category-Items)ĬREDS to for helping out with the code which enables sound

Then let me Present Fugleboka: Split Page app for Windows 8 You may delete the orginal picture in your temporary folder. Notice that once you dragged the image into the assets folder in Visual Studio, you also move the image file to a different folder on the disk. Your picture is now visible and it should cover the entire background of the app. Now, in the properties windows select BRUSH and Click the IMAGE BUTTON (you might have to resize the right bar to see the image source button) Then Drag and Drop the picture from your folder to the folder in Visual Studio.Ĭlick on SplitPage.xaml to load the designerĬlick the Object you want to fill with a picture (Here i clicked on the background): Single Click on the folder you want the picture to be in (here i clicked on Assets) Right click on Assets to create more folders. ALWAYS put folders in the Assets folder (makes it easier) Your Pictures need to be saved in a temporary folder and this folder has no Connection to the App This is how you add and use pictures in Your App:
