Best practice for viewflipper containing 10 linearlayouts?
Posted
by Brad Hein
on Stack Overflow
See other posts from Stack Overflow
or by Brad Hein
Published on 2010-05-23T22:59:15Z
Indexed on
2010/05/23
23:00 UTC
Read the original article
Hit count: 391
I'm embarking on a GUI Activity composed of a viewflipper, which I would like to contain 10 linearlayout layouts.
Is it advisable to put all of my layouts into the same XML resource/layout file?
If not, is there a more organized approach to coding a viewflipper with many layouts?
Will having everything in the same file come at a significant performance cost?
© Stack Overflow or respective owner