I want to build a online "app builder" project that users can create android / iphone applications online without any coding knowledge. These sites are very common in market. They offer onclick app builder.
I have skill in development of web applications using php frameworks.
My question is
How we can generate android apk from our server after getting the necessary information from user? (Appname, icon, packagename etc)
PHP can do this entire task?, if yes any framework for that?
Can you give me some basic tips to generate apk from our server?
Can we genrate both android and iphone app from one single code?
What are the requirements needed for the server?
Anybody having skills in these areas, please help me. I need basic tips to get started this project.
Thanks