Page 1 of 1
PHP Apps - Convert to IOS/Window/Android App
Posted: Wed Jun 18, 2014 2:03 am
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
Re: PHP Apps - Convert to IOS/Window/Android App
Posted: Fri Jul 25, 2014 1:37 pm
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.

Re: PHP Apps - Convert to IOS/Window/Android App
Posted: Thu Sep 18, 2014 3:43 am
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.