tags:

views:

619

answers:

6

The title probably says it all.

Considering an ipad's processor is nothing compared to a macbook, I would think a Macbook should be more than capable to run the simulator. However, not knowing much about iphone/ipad development, I'd like to get some opinions on this.

for e.g. how many apps are typically need to be run for ipad dev (editor, debugger, perf monitor, trace log, etc). are these apps resource (memory, cpu) intensive?

please do not take into consideration the actual image, 3d, video, sound development. I understand one would need quite a beefy machine to produce these type of creative assets. What I'm looking at is a machine to do code development, physics, putting together the produced assets (images, vector graphics, 3d video, sound, etc).

+5  A: 

Yes, a MacBook is fine, since as you observe compiling, editing, etc are relatively low-powered tasks compared to image and video editing.

Since the iPad development software is all part of the standard development toolkit and SDK, there shouldn't be a problem.

Mark Harrison
do you think I will be missing out on anything (ipad dev wise) by opting for a macbook?
ronaldwidha
It should be OK... updated the answer.
Mark Harrison
+5  A: 

A Macbook would be sufficient for development - slightly longer compile times will be the only downside - but that should not really be significant. However, where you're going to struggle will be screen estate. The Macbook's resolution is only just larger than the iPad's in landscape (and by the time you take out the dock and taskbar, perhaps smaller). In portrait be prepared for a lot of scrolling. I started using the iPad simulator on my 15.4" Macbook Pro originally and got so frustrated with it I went out and bought a 17" instead (even knowing they're due for a refresh). YMMV.

Of course, if you'll have the MB hooked up to a monitor most of the time this may not be an issue.

Phil Nash
interesting point.
ronaldwidha
A new monitor is about 1/20th the price of a new laptop, especially considering you already own one! You must have more money than sense.
rjh
Difficult to lug the monitor on the train. Then there's the question of where to plug it in ;-)I do a lot of my coding out of my home/ office. At home I have a 30" Cinema Display (which cost more than half the price of the new laptop, btw :-) )
Phil Nash
+1  A: 

I develop exclusively on MacBook Pro 15" - and an older model at that (2.33 GHz). I agree with others that an external monitor is extremely helpful. I have a 24" monitor in addition to MBP's 15". On the road, I continue development work without aid of external monitor.

Speed is less than ideal - but a lot depends on what you are used to. I am considering upgrading to newly announced MBP 15".

As for applications. Most of what you need is in Xcode and the iPhone Simulator. But you will find yourself running Interface Builder and Shark from time to time.

HTH

westsider
+2  A: 

I develop on an intel core solo mac mini and it is plenty powerful enough to do iPad development.

Matt S.
thats a relief. I just ordered one and after reading this thread was a bit scared that I made a wrong choice.
Akshar Prabhu Desai
+1  A: 

I'm developing on a MacBook Air (2.13 GHz), with that handy external portrait display. Since most iPhone OS code bases don't make heavy use of C++ and templates, you shouldn't have any compile time problems with a lesser machine.

David Dunham
A: 

Comming from PC to Mac... I'm looking to develop aplicaitons on Macbook for ipad and iphone. Can anyone guide me on what i need to get started?

ray
Start by searching Stack Overflow for similar questions, not posting a new question as an answer.
Jeff Kelley