1a.PNG


Introduction

In this article we will see how to create a Windows Phone app quickly. Sometimes we just need to show some static content and the rest is design. To automate the task of designing Microsoft offers a tool called "WIndows Phone App Studio". You can read my previous article to learn about it. In this article we will be using this tool to create our News app.

About News APP

This will be a simple app used for getting the news feeds of the newly debuted political party of India "AAM AADMI PARTY". I chose it because of it's popularity in India. This application will grab the news from the "aamaadmiparty.org" website and will display it on a phone. In all this process of App creation we won't write any code. So let's start.

2.PNG


Account and tool initialization

Use the following procedure to create a sample app.

Understanding UI of App studio

Creating New Application

Use the following procedure to create a new application.

Data Sources

Data sources are simple databases used by our applications for storing data,. in other words it is what we show in our app. It can be Youtube videos, Facebook page feeds, RSS feeds, some picture collections, or other user defied simple data table.

Type of Data sources

For a better app, it is better to learn what type of data sources are available to us.

Adding Data Source

To proceed ahead in our news App let us add a data source to our application.

Summary

In this article we learned how to create an app in App Studio, use various data sources available to us for use and how to add data sources to our App. In the next part we will complete our App and learn about application sections. Until then Practice using various data sources and the differences between them. Don't forget to share and comment.