Bringing my Meetup APIMASH Starter Kit to Windows Phone

Not too long ago, as part of my team’s effort (which we call APIMASH) to create a set of starter kits to demonstrate how to use a variety of publicly-available APIs in Windows Store apps, I created an app that leverages the Meetup.com API, along with the Bing Maps JavaScript SDK, to retrieve upcoming Meetups for a given city and also display coffee shops nearby the Meetup location.

Continue reading Bringing my Meetup APIMASH Starter Kit to Windows Phone

APIMASH Webcast Recording: Exploring Social Networking APIs

If you missed last week’s APIMASH Webcast on the Social Networking APIs, don’t fret…below, you’ll find the recording of the webcast featuring yours truly, and my peers Lindsay Lindstrom and Tara Walker:

Here’s the abstract from Channel 9:

Join Microsoft Technical Evangelists G. Andrew Duthie, Lindsay Lindstrom, and Tara Walker as they cover several of the APIMASH Starter Kits that incorporate popular social networking APIs like Meetup, Facebook, and Twitter. This is a recording of their June 12th, 2013 webcast.

[00:40] Overview of the APIMASH project (G. Andrew Duthie)

[05:00] The Meetup API (G. Andrew Duthie)

[12:25] The Facebook API (Lindsay Lindstrom)

[29:35] The Twitter API (Tara Walker)

[53:40] Closing and call to action (Tara Walker)

More APIMASH

If you’d like to catch the next couple of webcasts, there are two more you can catch:

If you can’t make those times, as with the above webcast, those recordings will be posted to our APIMASH feed on Channel 9.

Microsoft DevRadio: (Part 1) APIMASH Starter Kit – Building a Meetup / Bing Maps Windows Store App

With unprecedented reach across a range of devices and availability in over 200 markets, there’s never been a better time to build for Windows and Windows Phone. APIMash Starter Kits for Windows show you how to use public Web Service APIs (such as Bing, Edmunds, Tom-Tom, Twitter, Tumblr, Yelp, Meetup and many others) to create compelling Windows Apps.

Continue reading Microsoft DevRadio: (Part 1) APIMASH Starter Kit – Building a Meetup / Bing Maps Windows Store App

Windows Store App Template to Live Data in 3 Easy Steps

One of the things that I like about building Windows Store apps using Visual Studio 2012 is the availability of several rich and useful templates. One of my favorites is the Grid App template, which demonstrates how to build an app with a hub page listing grouped items in a ListView control, a group details page, listing information about each group, and an item details page, for information about specific items.

Continue reading Windows Store App Template to Live Data in 3 Easy Steps