Sample RSS Feed application using Windows Phone 7 Series SDK.
Shows RSS feed title list from http://www.visitmix.com/RSS
Article details showed in WebBrowser control based on user selection in the list.
RSS app code
As a beginner, this simple piece of code helped me a lot to get started. Thank you very much!
Just got a question for you experts: What if I'd like to have the "text only" part of the web page to be displayed in the details page instead of loading the entire webpage? I want to do so, basically to make the whole process a bit faster and to avoid of wasting time for images and other multimedia stuffs to be downloaded. Will appreciate a lot if anyone could kindly help me with this…
Cheers!
Hi all!
I Write an OffLine Rss Reader for windows phone 7 and put the code on an article on codeproject, working on April CTP Refresh, take a look at it!:
http://www.codeproject.com/KB/silverlight/wp7rssreader.aspx
For the latest version of Visual Studio, I had to add these to WMAppManifest.xml:
<Capabilities>
<Capability Name="ID_CAP_NETWORKING"/>
<Capability Name="ID_CAP_LOCATION"/>
<Capability Name="ID_CAP_SENSORS"/>
<Capability Name="ID_CAP_MICROPHONE"/>
<Capability Name="ID_CAP_MEDIALIB"/>
<Capability Name="ID_CAP_GAMERSERVICES"/>
<Capability Name="ID_CAP_PHONEDIALER"/>
<Capability Name="ID_CAP_PUSH_NOTIFICATION"/>
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT"/>
</Capabilities>
I had to change RuntimeType from "SilverLight" to "Silverlight"
I had to remove PlaceHolderString="Default task" because I don't know what to replace it with
I had to add references for Microsoft.Phone and Microsoft.Phone.Controls
I got errors about Microsoft.Phone.Controls.Navigation, Microsoft.Phone.Controls.WebBrowser, Microsoft.Phone.Controls.WebBrowserInterop, Microsoft.Phone.Shell, and Microsoft.Phone.Shell.Interop so I removed references of those
For System.ServiceModel.Syndication.dll, I had to display the properties of it in FileManager and press the Unblock button.
I'm still getting these messages (don't know how to fix them):
Error 1 The type or namespace name 'PhoneApplicationPage' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Greg\Downloads\RssReader\RssReader\RssReader\DetailsPage.xaml.cs 17 40 RssReader Error 2 The type or namespace name 'PhoneApplicationPage' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Greg\Downloads\RssReader\RssReader\RssReader\MainPage.xaml.cs 19 37 RssReader Error 3 The type or namespace name 'PhoneApplicationPage' does not exist in the namespace 'Microsoft.Phone.Controls' (are you missing an assembly reference?) C:\Users\Greg\Downloads\RssReader\RssReader\RssReader\obj\Debug\MainPage.g.i.cs 37 62 RssReader Error 4 The type or namespace name 'PhoneApplicationPage' does not exist in the namespace 'Microsoft.Phone.Controls' (are you missing an assembly reference?) C:\Users\Greg\Downloads\RssReader\RssReader\RssReader\obj\Debug\DetailsPage.g.i.cs 37 65 RssReader Error 5 The type or namespace name 'WebBrowser' does not exist in the namespace 'Microsoft.Phone.Controls' (are you missing an assembly reference?) C:\Users\Greg\Downloads\RssReader\RssReader\RssReader\obj\Debug\DetailsPage.g.i.cs 47 43 RssReader
MS has merged the some of the child assemblies into the parent so you just need to adjust the assembly reference namespaces...
http://blogs.msdn.com/b/jaimer/archive/2010/06/28/migrating-apps-from-windows-phone-ctps-to-the-beta-build.aspx?wa=wsignin1.0
I need the change you make to the appliacation so that the RSS reader can handle arabic language
Thank you
How Im loving my Samsung Focus but a promise is a promise. Lat time Ive heard, the nodo update was supposed to be delivered late January then early March? I love this phone but theres just so many bugs that needs some fixing. And I cant wait for Angry Birds either!.
Love,
Michele