I am new to Zend Studio. I don't know how to work with version 10 version to create iPhone and Android mobile applications. Do you have any tutorial or sample code please?
Asked
Active
Viewed 4,533 times
8
-
Hi there. This sort of question isn't a good fit for Stack Overflow, since it is very easily web-searchable, and no prior effort appears to have been expended on it. Questions are best focussing on _specific_ programming problems you are having, such as "How do I get this WidgetContainer to render a Thingy when a IncredibleEvent is triggered?" – halfer Apr 27 '13 at 14:46
2 Answers
1
Zend Studio is a Version of Eclipse, specialized for PHP and the Zend Framework. Those are targeted at Web-Applications on PHP running Webservers.
You should be able to add the Android SDK and Eclipse Plugin for it and develop Android Apps (Java) on it but I highly recommend using pure Eclipse for it.
As far as I know, you can only develop iOS Apps on xCode on a Mac.

ToBe
- 2,667
- 1
- 18
- 30
-
1This answer assumes you are developing native apps for iOS/Android. if you want to create hybrid apps (webpages in a phone specific container app) you still need a non Zend editor but also the appropriate Container Software (for example PhoneGap or Appcellerator) – ToBe Apr 17 '13 at 14:45