Android: more than 80 views; Viewflipper or Fragments (or something else..)

xorex

New Member
I'm building an app where you can edit a detailspage. Right now I set the visibility to GONE and to VISIBLE because all the Views (for showing and for editing) are in the same xml file.That makes more than 80 views, so I got a Lint message that this causes bad performance.My Question is cann I use ViewFlipper (and is it possible to use two xmls for this) or do I better make use of two Fragments?(fyi: I am also planning a animation between showing and editing, if that changes what I better do)thx in Advance
 
Back
Top