Android Layout Tricks #3: Optimize with stubs

<<Sharing and reusing layouts is very easy with Android thanks to the <include /> tag, sometimes even too easy and you might end up with user interfaces that contain a large number of views, some of which are rarely used. Thankfully, Android offers a very special widget called ViewStub , whi…>>   (more…)

See original post by Chris Gilmer