Building a Real-Time Photo Gallery with Xamarin, SignalR, Azure, and WebAPI

Lately I’ve been throwing around the idea of writing an app for my wedding, and started thinking of what I’d want to put in it. One feature that I thought could be fun would be to let guests upload photos directly from the app and display them both to other guests and on our site in real time. In this post I’ll go over how I was able to quickly put together a simple prototype for how this could work using SignalR, Azure Storage, and WebAPI.

READ MORE

Tags: , , ,

Updates On My SignalR Fork and Xamarin Support

I’ve been getting a lot of questions lately about my SignalR fork, so I wanted to just take a few minutes to give some quick updates on that.

READ MORE

On Gmail and the Future of Hybrid Apps

Yesterday Google released a big update to their Gmail app on iOS, which brought with it some real improvements over the last version. Since the last version was released, Google acquired the Sparrow team, who was undoubtedly a big force…

READ MORE

Returning Results From View Models in MvvmCross

I’ve been doing a lot of work with the MvvmCross framework lately, and so far have been really enjoying it. As I was building out my application, I found myself wanting some functionality along the lines of Android’s StartActivityForResult method,…

READ MORE

Using SignalR in MonoTouch and Mono for Android Apps

If you haven’t checked out SignalR yet, what are you waiting for? SignalR is a .NET library that makes it really easy to build realtime applications. The server can be hosted inside a web application, or even in a simple…

READ MORE