TAG: iOS

Navigation

NYC Code Camp 8: Mobile Apps

The next edition of the NYC Code Camp is coming up this weekend, and I have pushed out companion apps for iOS, Android, and Windows Phone that are all available now. I’m pretty pressed for time right now so I’ll keep this short and sweet. You can find the apps by searching the appropriate app store, or you can use these links: iOS Android Windows Phone If you’re interested, the source for all…

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 console app. On the client side, you can access the server from the browser through JavaScript, a console application, or even from mobile apps. Naturally my first instinct was to try and get a SignalR…

NYC Code Camp 6: Mobile Apps

Headed to the NYC Code Camp this weekend? The official mobile app for the camp is now available for Android, iOS and Windows Phone 7! First things first, here are the links: iOS Android Windows Phone 7 You should also be able to find all of them by searching for “nyc code camp” in the marketplace. I will be using these apps as a reference in my session Cross Platform Mobile Development with .NET, where I’…