views:

29

answers:

0

In the adapter for the gallery,
I'm using setImageBitmap(...),
but it is never displayed.

If I use a plain ImageView, the thumbnail is displayed,
so I know I'm getting a valid result back from the cam.

How do I dynamically populate a Gallery view with thumbnails from the camera ?