Saving Android application layout to external XML file

PEChris

New Member
Is there a way to save current layout of an application to XML file dynamically on Android? I am trying to make an application that would create and then send XML file describing it's own layout to another device. I am trying to do something like capturing screenshot of application but saving it to XML file instead of creating a picture.If there is no way to do this is it possible to get a list of all ids in application layout dynamically?Thanks in advance
 
Back
Top