I am working on a project which will have lots and lots of Layout and Code changes. My Question is pretty simple but I don't know anything about it. Would it be possible to dynamically load content such as Source Code (Java) and XML Layout Files on a Backgroundthread and then startup another Activity with the downloaded Content (Of either/and Java File + XML Layout)? So that you change your Code and Layout online and download it on every start of the App?
Thanks alot in advance.