How to connect two different xml file in one Android application?

hari r

New member
Hi friends, i am doing application in android technology. i created two different types of XML file, both the XML file having EditText. Also i created two different types of java file, both the java file accessing separate xml file for the different actions. But whenever i compiling the process. what are all the string i edited in First XML file, it will be earased or invisible when i am doing actions in second XML file. I just want to know is there any possibility to link two XML and both the xml file should be visible and what ever i edited in that xml file is also be visible.
 
Back
Top