Basic GridView Question
Hi, I'm a newbie. My question is this: is there a way to build a GridView dynamically? In the example in the book, we are told to place images in the "drawable" directory, and the grid is built from that. How do we build a grid "on the fly"? Do we copy images to the "drawable" directory, or do we write a custom view for that? My aim is to create a grid of thumbnails of the photos on the phone. Thanks.
|