Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 256
rajesh57 Avatar asked Apr 15 '13 07:04

rajesh57


People also ask

Can PHP build a mobile app?

You might not hear or not that you can use PHP for your Android App Development. We can use PHP as the back-end for our Android Applications, and trust me they work flawlessly with each other. Any Android app that needs account log-in and registration can efficiently utilize PHP on its back-end.

Is Zend Server free?

There are five different Zend Server product editions: Free , Developer, Small Business (SMB), Professional and Enterprise.


2 Answers

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

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

like image 184
deepanbvg Avatar answered Oct 08 '22 01:10

deepanbvg


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

like image 29
ToBe Avatar answered Oct 08 '22 02:10

ToBe