Introduction
This article demonstrates how to create a Windows Phone store application. The tool we will use is Windows Phone APP Studio. This article focuses on a YouTube Data Source. The application that we will create basically shows the use of that source. So let's start.
About YouTube
YouTube is a video sharing website. It is ranked as the top video-sharing website on the internet. For our article we are more concerned about how to use the Channel feature of YouTube. Each user of YouTube can create his own Channel. On that Channel a user can share his videos. Now to make an app for this Channel so that we can access the videos in the Phone device is the subject of this article.
About Application
This application is intended to display a list of YouTube Channel videos on the app screen. For this app to work, first we need a of YouTube Channel link.
No Coding
Yes, as the title says, no code. We won't write any code. If we make the same app using coding then it will take approximately 3 hours. But we will be using the Window Phone App Studio to create our app in just 30 minutes.
Creating the App
Open this link http://apps.windowsstore.com/default.htm.
Click on "Start Building".
Click on "Create".
Click on "Create an Empty Application".
Set the App logo.
Set the App title and Description and click "Next".
Click on "Add section" and select "Add section".
Enter the section name.
Select YouTube as the Data Source.
Enter the Data Source name. It should be unique. Now click "Save Changes".
Now click on the Data Source we added.
Select "Channel" from the drop down.
Enter the Channel name. Only Channel name, not the URL.
Click on "Refresh" and you will see the video list below if everything is correct so far.
Click on "Save changes".
Click on the Section page to change the layout.
Select the suitable layout.
Next is Binding. Bind whatever you want to show in your screen.
For title, use Data.Title. In other words whatever the title of the video is, it will be used for setting it.
Here DATA represents a video. You can see various video properties in the binding list.
Click "Save changes".
Now click on the detail page that is just below the Section page.
Choose the layout and appropriate binding settings and then save.
Click on "Next". On the next page you can set the appearance of your app.
For the rest of the steps check my article "windows-phone-app-studio-part-2"
Summary
All done. In this article we learned how to use a Youtube Data Source of Windows Phone App Studio. Now its your turn to crank out some apps in the store and share them here. Don't forget to share and comment. In case of any query or suggestion about the article you can always comment.