Not sure about GridViews, I've used this for a ListView, but you might
want to look if the setTag() and getTag() methods are available for
the Gridview items, so yu can set (and get) a specific name/id/
description/whatever...

On 22 jun, 21:40, HJ <[email protected]> wrote:
> I'm trying to find a way to store the name of an icon in my database,
> then use that name to let a user select an icon from an ImageView.
> I've found various guides on ImageViews and Galleries, but none that
> show how to get/set the selected image by name. The list of available
> images won't change, but what's that best way to implement this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to