In view flipper if we specify 10 imageviews as the child, are the image views loaded to the viewflipper at runtime ? Or it is like at build time, the view flipper is inflated and the image views are populated in a array of sort and the array is used at run time ?
I think imageviews are added at build time.
You can try this..
That's is why, My perception is that it will load at build time. :)