Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Although our project is made for the iPad, due to the constraints of the testing for this prototypetesting constraints, we developed a prototype for computersthat runs on Macs. The prototype requires a 64-bit Mac running OS X 10.6 Snow Leopard. The Macs in the building 26 Athena cluster should run our prototype well.

...

We wanted to be able to get familiar with the iOS SDK, and reuse some of the code we wrote for this prototype on the final iPad implementation. So, we used an early open source port of the iOS SDK to the Mac called Chameleon <http://chameleonproject.org/Image Removed> by The Icon Factory.

Additionally, to help implement the albums and friends view, we used AQGridView by Alan Quatermain, et al. <https://github.com/AlanQuatermain/AQGridViewImage Removed>. AQGridView provides a UITableView-style view for laying out cells in a grid.

...