Reputation: 64904
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
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