Chris Sainty

A technical blog covering full-stack web development.

twitter | github | stackoverflow

Posts about - gReadie

, ,

My Windows Phone 7 thinks it is developer locked?

I ran into an interesting problem today that warrants a blog post to hopefully help someone searching when they hit it themselves.

Last night, I turned on my phone only to be greeted with a helpful message informing me that my application gReadie had been revoked by Microsoft and that I should uninstall it.

Read More

, , , ,

Using ServiceStack.Text for JSON processing on Windows Phone 7

I recently decided to switch gReadie away from JSON.Net to ServiceStack.Text for it’s heavy JSON processing of the Google Reader API.

While there was no WP7 dll available in the NuGet package the source was all on GitHub, so using my recently learned Git skills, I forked the project and added my own project file targeted at WP7.

Read More

, , , ,

Two lessons from a frustrating Mango submission

I thought I would share two quick lessons today. Learnt while submitting the latest gReadie update to the marketplace.

Read More

, , , , ,

Wp7.5 Mango–Background Agents

Late last year when I implemented the unread count Live Tile in gReadie I found myself stunned at just how complicated it was. It seemed to me that it would make a lot more sense if I could just whack a [LiveTileUpdater] attribute on a static method in a class and the phone would run that method occasionally.

I was therefore delighted when details about Mango were released as this is basically what Microsoft implemented.

Read More

, , , , ,

WP7.5 Mango–Compiled Queries

Over the last few weeks I have been doing a complete rewrite of gReadie, my Google Reader client for Windows Phone 7.

The original codebase for gReadie was really quite cluttered, and I wasn’t going to be able to take advantage of the new features Mango enables without pulling it all out and starting again.

With most of the rewrite behind me now, It is time to start putting together a few blog posts discussing the new features I am using and lessons learnt along the way.

Read More

, , , ,

WP7 - Authenticated Push Notifications

This post is going to offer a few tips about changing your Windows Phone 7 push notification service from unauthenticated to authenticated.

Specifically it will focus on the challenges I ran into hosting a WCF service, in IIS7 on a cheap shared hosting account.

Read More

,

Windows Phone 7 Marketplace–Early Access

I received notification this morning that gReadie will be accepted into the early access program for the Windows Phone 7 Marketplace. So sometime Monday I will be logging in and submitting. Hopefully it also means the app will be in the marketplace from day 1.

I recorded one last video that takes a run right through the app. I already have a huge list of features to go into future releases but the last few days have involved making sure the app is well tested and running as nicely as I can manage on the emulator. I am very keen to get a real device and see how it goes on there.

,

Another gReadie Video

I have posted another gReadie video to YouTube.

This video quickly shows off the services the app is now connected to.

,

Introducing gReadie

Today I am showing off the first peek at a Windows Phone 7 application I have been working on recently.

The premise is simple, gReadie is a Google Reader client for the Windows Phone 7 platform. In this apparently Twitter and Facebook addicted world, I guess blogs are becoming out of date, but I still use Google Reader daily on my PC and iPhone, so I will have at least one user.

Read More