Can we reuse a layout xml on different fragments on Android?

mandark

New Member
I have a pager with 3 pages where I just set a background image. Instead of creating page1.xml, page2.xml and page3.xml. Can I create just page.xml and set the background by code? Is that a good solution or is bad for android to load images on real time?
 
Back
Top