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: 361

Filed under:
|
|
|

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

Related posts about android

Related posts about layout