PHP Apps - Convert to IOS/Window/Android App

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
TheFreeman_
Forum Newbie
Posts: 3
Joined: Wed Jun 18, 2014 1:55 am

PHP Apps - Convert to IOS/Window/Android App

Post by TheFreeman_ »

Hi Guys, I need to ask you if this is possible, I've seen C# apps being converted to work on all mobile os's is this possible with php? I do not know how this is done exactly but I am sure that It can be done with C#. If this is posible, can you please link me some pointers which I can research?

Thanks in Advance
benoitcalmar
Forum Newbie
Posts: 2
Joined: Fri Jul 25, 2014 4:23 am

Re: PHP Apps - Convert to IOS/Window/Android App

Post by benoitcalmar »

Hello,

I just saw this question today, I suppose you already got clues for it?
I would say it depends on many aspects: which kind of app you want to build, etc.

Like many existing mobile apps, you can keep web application and 'dress' it with a native envelope. You won't easily access to the mobile elements, however it is quick to implement in all platforms.
After this you have some 'cross' mobile environments (like Delphi XE3 I think, but there are others), which can do the job.
Of course it won't replace a custom development on each platform, using the recommended tools of each, which is not easy because objective-c is far different from Java.

I hope this helps, even if I know this is not a very clear answer. :?
ethansamuel17
Forum Newbie
Posts: 10
Joined: Thu Sep 18, 2014 1:08 am

Re: PHP Apps - Convert to IOS/Window/Android App

Post by ethansamuel17 »

As per my knowledge, I would like to say that it may be possible to convert PHP application into any mobile app.. http://www.youtube.com/watch?v=d7u2CYVUucY Check out the given link it may help you.
Post Reply