This document summarizes key differences between developing mobile apps for iPhone vs Android. It discusses that iPhone development uses Objective-C and Xcode on Mac hardware, while Android uses Java and Eclipse on Linux. It notes that iPhone apps have tab navigation and a back button, while Android uses standard icons and XML for navigation. It recommends focusing on the core objective, keeping it simple, listening to users, and extensive testing when developing for either platform.