Category: Silverlight

How to terminate your Windows Phone application programmatically?

Its weird how in Windows Phone API there is no way to easily terminate your current application. I guess makers of the platform did not wanted us developers to mingle with the application lifetime too much, phone should decide when an app is not needed and terminate it. But i just simply cannot help myself, i always like to have full control, for example in my Offline Browser application i want to end the app if user presses the hardware Back Key multiple times in short time intervals...

Throttling Immediate TextBox Binding Behavior for Windows Phone

The learning curve of a Windows Phone developer While developing Offline Web Browser for Windows Phone i had to build a small MVVM framework in order to keep the logic out of the views. One of the first thing i found missing was a way to force immediate propagation of text entered in TextBox control to the databound property of my ViewModel. By default, TextBox binding is triggered only when control loses focus, and this is kind of lame. Code reuse is not a myth! This is really old problem. It existed in desktop Silverlight from the beginning. And it…

Using Offline Browser for Windows Phone as Instapaper client

Lets set some expectations here. We wont be adding new items to Instapaper.com reading list or removing items or anything similar. We can use our desktop PC for that. Here we will just explain how to use Offline Browser for Windows Phone to get all those links from Instapaper.com reading list via RSS feed and download them to the phone so we can read them whenever we want - even when we are offline.

Offline Browser for Windows Phone is released

  Here is some good news: finally my Windows Phone application Offline Browser is available for download in the Windows Phone Marketplace! Offline Web Browser? But who needs that? Well actually i do. To be honest app was created (as many other apps) in order ‘to scratch an itch‘. I’m an old information junkie and while traveling to work i like reading books and surfing the web, but often i don’t have internet connection or its very slow (for example when I’m in the subway). Although there are many excellent E-Book readers for Windows Phone (one of the best is…