I took upon myself to create an App that allows the user to draw and as he draws the strokes would be sent to a server via a Socket connection. The app also needs to receive strokes and display them as well.
This would be just a demo app for our server, not a serious iPhone app.
Any ideas, suggestions would be AWESOME.
I started with this great tutorial: http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/ but it took me two days to just get the Hello World up and running :(