Quantcast
Channel: .NET Zone - Comments for "Building a RSS reader for Windows Phone 7 – Developing the functionality"
Browsing all 17 articles
Browse latest View live

Thanks Dennis fro this

Thanks Dennis fro this post.Helped a lot to catch with the WP7. I ran this app on machine successfully at the first try. But after a while id stop responding. To be specific, when I click the "+" (add...

View Article



Thanks Dennis for this

Thanks Dennis for this post.Helped a lot to catch with the WP7. I ran this app on machine successfully at the first try. But after a while id stop responding. To be specific, when I click the "+" (add...

View Article

Try running through a couple

Try running through a couple of breakpoints and see where it's getting stuck - that's the first thing you can (and should) do. Specifically for the event handler that is tied to the button. So far, it...

View Article

How would I be able to add

How would I be able to add the option to automatically display RSS Feed from a source without having them to add it ?Thanks!

View Article

Well you need to add a feed

Well you need to add a feed source anyway - how would you otherwise specify the feed URL?Correct me if I didn't understand your question the right way.

View Article


Well I'm trying to display

Well I'm trying to display the Feed source automatically in the screen like the feed list page instead of just giving my clients the option to enter the feed themselfs.Thanks!

View Article

All you have to do then is

All you have to do then is store the feed source in code and then access it directly - eliminate the page that is handling the feed URLs.

View Article

How do I go about that if its

How do I go about that if its not more than 2-3 lines if you can please help me out if its more I don't want to waste your time.

View Article


Hi Den,Thank you for these

Hi Den,Thank you for these great posts. They are great help to undrestand Windows Phone 7 programming. Can you please have one tutorial for this situation: 1- We read a feed with these 3 fields: Title,...

View Article


Hi, I am unable to download

Hi, I am unable to download the source from the following url http://dotnet.dzone.com/articles/building-rss-reader-windows-0 when I have download and unzip, it is says, there are no files in zip file....

View Article

I can download and unzip it

I can download and unzip it just fine (using WinRAR). What tool are you using to open the ZIP file?

View Article

Hi Dennis, First of all, I

Hi Dennis, First of all, I want to thank you for this great job and all this explanation about rss reader on wp7. I have tested the app and now I’m studding it. I'm a sudent and I’m really new in c#...

View Article

Marsel, I would highly

Marsel, I would highly recommend watching this video for your situation.

View Article


Hy Den, can you tell

Hy Den, can you tell something about showing images in listbox, after reading news, on feed list page, of the app, because it doesn't show after reading some rss sources? thanks

View Article

Put this in your

Put this in your Main: txtBoxName.Text = "URL-TO-FEED";but if you want them to allow to change the textbox only otherwise re-write the code to not look for the textbox and simply define a string that's...

View Article


 

 <Image Source="{Binding img-url}" Visibility="Visible"/> Simply use (in the xaml) for the listbox item (image control) source: {Binding <img-url>}...

View Article

This is really nice. Good to

This is really nice. Good to see about this one. This could really be useful. Good job on this. - Mercy Ministries

View Article

Browsing all 17 articles
Browse latest View live




Latest Images