What are the differences between <\\include> tag and <\\ViewStub> tag and which one is preferrable while designing the layout.
Thanks,
venu
Another important difference is related to layout inflating. with it is not possible to change the layout already static inflated in XML, it is necessary to replace the view and set programmatically al the layout parameters. With it is possible to define (for e.g.) height, width, etc... and inflate different layout at runtime time