[android-developers] ViewFlipper with arbitrary number of Views

2011-09-08 Thread Pinheiro
Hi! I'm developing a simple photo gallery application that pulls files from the Net and uses a ViewFlipper to change Views. Since I don't know how many Views the ViewFlipper will have, I have to add all the views in code and not in XML. My question is: are all the Views of the ViewFlipper loaded

Re: [android-developers] ViewFlipper with arbitrary number of Views

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 3:45 PM, Pinheiro rui.c.pinhe...@gmail.com wrote: I'm developing a simple photo gallery application that pulls files from the Net and uses a ViewFlipper to change Views. Since I don't know how many Views the ViewFlipper will have, I have to add all the views in code and