All posts in “Programming”

iPhone App: Movie Ratings

I recently updated my Game of Thrones app to support iPad, and am now looking at a new idea for an application. Basically, I often find myself wanting to know one or more of three things about a movie: Its IMDb rating, its Rotten Tomatoes rating and/or its runtime. As far as I can see, no application on the app store currently does this in any easy way, so I’ve been programming my own. Here’s a prototype screenshot:

Searching works fine, it’s not just a mock-up, it’s just done in a very sluggish way at the moment. And I don’t have a good name for it, any suggestions?

My first iPhone application – The “A Wiki of Ice and Fire” App

I’m currently reading “A Dance with Dragons”, and I find myself wanting to look up characters and places a lot, so I went to look for an iPhone application that could help me, but I only found one, “Game of Thrones Companion“, and I didn’t want to pay 24 kr. So, instead, I ended up programming my own application:

I use “A Wiki of Ice and Fire” to fetch the data. All MediaWiki-powered wikis have an API which easily outputs JSON objects for what ever you want. I found a JSON framework for iOS which allowed me to import JSON objects as dictionaries, and then I used a table view, a search bar and a web view to create the app itself. It was actually meant for just personal use, but I might polish it a bit and put it on the app store.