I would like to create an app where the startup screen plays a simple animation.
For example, in the Zite app for iPad, the tiles are all bunched up at the start and then once loaded they all scatter in a set place where the news articles are.
How can animations be created?
As you mention an iPad app as an example I guess you want your animation to play on iOS, and for that, Apple wrote a great Core Animation Programming Guide.