Coder Social home page Coder Social logo

microsoft / rss-reader-wp Goto Github PK

View Code? Open in Web Editor NEW
38.0 73.0 28.0 1.78 MB

The RSS Reader Example Application demonstrates the use of RSS feed resources from the Internet, and concepts such as tombstoning and dynamically generating and modifying the user interface on the fly. It contains a rich UI with view navigation, search, lists and animations.

License: Other

C# 100.00%

rss-reader-wp's Introduction

RSS Reader

This example application demonstrates how to build a simple RSS reader for Windows Phone using Microsoft Silverlight.

While testing for compatibility with Windows Phone 8, it was found out that the previous implementation did not work after upgrading the project to Windows Phone 8.0. It seems that there is some kind of a bug in the Panorama control, causing problems if PanoramaItems are created dynamically using ItemsSource property. For example, the Panorama's SelectedIndex does not work while using ItemsSource and also, when navigating back to the panorama, it always resets back to the first PanoramaItem, not the one which was visible when navigating deeper.

For this reason, there are now four explicitly defined PanoramaItems in the main panorama (News, Leisure, Sports, and Tech), and there is a DataMember in RSSCache for retrieving contents for each of the four pages. Bug report has been filed to Microsoft regarding the issue.

Main screenย  Item screen

This example application is hosted in GitHub: https://github.com/Microsoft/rss-reader-wp

Developed with:

  • Microsoft Visual Studio 2010 Express for Windows Phone
  • Microsoft Visual Studio Express for Windows Phone 2012.

Compatible with:

  • Windows Phone 7
  • Windows Phone 8

Tested to work on:

  • Nokia Lumia 820
  • Nokia Lumia 920

Instructions

Make sure you have the following installed:

  • Windows 8
  • Windows Phone SDK 8.0
  • NuGet Package Manager (https://nuget.org/), Visual Studio extension to install and update third-party libraries and tools in Visual Studio

To build and run the sample:

  • Open the SLN file
    • File > Open Project, select the file RSSReader.sln
  • Install Windows Phone Toolkit for the project.
    • Right click solution RSSReader in Solution Explorer -> select Manage NuGet Packages for Solution
    • Search for 'wptoolkit' and install the 'Windows Phone toolkit' package
  • Select the target, for example 'Emulator WVGA'.
  • Press F5 to build the project and run it on the Windows Phone Emulator.

To deploy the sample on Windows Phone device:

About the implementation

Important folders:

Folder Description
/ Contains the project file, the license information and this file (README.md)
RSSReader_WP7 Root folder for the WP7 implementation files.
RSSReader_WP8 Root folder for the WP8 implementation files.
RSSReader_WP7/Dependencies DLLs needed by the WP7 application.
RSSReader_WP7/Model Model implementation.
RSSReader_WP7/Properties WP7 Application property files.
RSSReader_WP7/Resources Graphic files.
RSSReader_WP7/Views Views of the application (panorama, pivot, pages).
RSSReader_WP8/Dependencies DLLs needed by the WP8 application.
RSSReader_WP8/Properties WP8 Application property files.

Important files:

File Description
FeedPivot.xaml.cs Class responsible for displaying available RSS feeds in a pivot.
RSSService.cs Class responsible for parsing RSS feeds and creating feed pages formatted as HTML.

Known issues

No known issues.

License

See the license file delivered with this project. The license is also available online at https://github.com/Microsoft/rss-reader-wp/blob/master/License.txt

Version history

  • 1.3.0 Add support for 720p resolution and NuGet Package Restore.
  • 1.2.0 Changes in implementation to support upgrading the application to Windows Phone 8.0.
  • 1.1.0 Bug fixes and changes based on reviews; published on the Nokia Developer website.
  • 1.0.3 Support for Windows Phone OS version 7.1.
  • 1.0.2 Layout changes and bug fixes.
  • 1.0.1 Bug fixes.
  • 1.0.0 First version.

rss-reader-wp's People

Contributors

mikpiipp avatar tompaana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rss-reader-wp's Issues

Licence Terms

Hi,
The licence terms says we can only use this on nokia devices, why?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.