Adham
Adham

Reputation: 64904

What is needed to create an online Compiler for android?

I searched for a method to call the compiler for Java from a website, consider it as online compiler. What I want to do is specify the layout of UIs of the application through a website, after that I want to call Android SDK (or compiler) to compile an existing app with new layouts that I provide it.

I would like to know the basic principles and approach to creating something like this.

Upvotes: 0

Views: 812

Answers (1)

paulsm4
paulsm4

Reputation: 121849

If you really need to design and compile remotely, I'd suggest a remote access service, like XVnc (for Linux), Remote Desktop or LogMeIn (for Windows).

Upvotes: 1

Related Questions