I'm new to Android development, and the biggest new thing is how the user interface is rendered (relative to other views instead of absolute locations and sizes). As a result, I experimented a lot with layouts and found that I change 1 view or even 1 view property, and then recompile and run it back into the emulator to see the result. Is there a tool that quickly (or at least faster) shows what the user interface looks like, gives an xml layout file?
source
share