in android.widget.Gallery, I am displaying several photos which u can
spin through back and forth. The photos are coming from a cursor
querying a database and I am using an adapter to convert the data into
the view.
My question is, in a Gallery, how do you retrieve the photo ID of the
photo that is currently selected by the user?
thanks!




