How to develop mobile apps in Zend Studio 10 [closed]
Asked Answered
W

2

8

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?

Woodrow answered 15/4, 2013 at 7:11 Comment(1)
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?"Rhodos
C
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.

http://www.eclipse.org/

http://developer.android.com/tools/sdk/eclipse-adt.html

Complacency answered 17/4, 2013 at 14:39 Comment(1)
This 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)Complacency
Y
4

plz Ref Following URL Easy Connect The You Moblie to Zend Studio

http://www.youtube.com/watch?v=t4nmRO9-gN4

Yellowlegs answered 20/4, 2013 at 11:31 Comment(0)
C
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.

http://www.eclipse.org/

http://developer.android.com/tools/sdk/eclipse-adt.html

Complacency answered 17/4, 2013 at 14:39 Comment(1)
This 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)Complacency

© 2022 - 2024 — McMap. All rights reserved.