How to set large number of items in ViewFlipper in Android -
I have ViewFlipper and have a ImageView in it. I have a large number of images, if the number of images is low, then its work is fine. How can I get a large number of flipping images? help please.
I went to this same issue if you are targeting honeycomb and new advice Use adapterviewflip instead. You can search / replace ViewFlipper in your code for AdapterViewFlipper (many ways have been shared between two), and then of course you should add it to the adapter from the basapadapter. I could not find many examples of doing this, which were specific to the adapter weflipper, but this process is quite similar, such as Gridview, Listview, etc. This brief example helped me find out.
Comments
Post a Comment