I have layout resource, which is returned as XmlResourceParser object. How I can load it to the activty? I am looking for something similar as SetContentView function, which loads local xml files.
Asked
Active
Viewed 761 times
1
-
1Perhaps you should take a look at this question: http://stackoverflow.com/q/6575965/383905 – nahwarang Aug 28 '11 at 12:26
-
[Load resource layout from another apk][1] [1]: http://stackoverflow.com/questions/11324253/load-resource-layout-from-another-apk/13218517#13218517 – Siddharth Naik Nov 04 '12 at 12:35