Recent content by antvalencia

  1. A

    how to setItem of an image adapter (extending BaseAdapter) attached to a GridView

    i see an implemented abstract getItem method in various example code posts for an ImageAdapter (including the android dev site), but would like to implement a setItem method. or, at least a setItem method is what i think i'm after, but the one i've implemented is not changing the image. how...