android gallery view “stutters” with deferred image loading adapter

后端 未结 3 1216
广开言路
广开言路 2020-12-30 15:30

I would like to create an deferred loading adapter for use with a Gallery widget.

That is to say getView() returns an ImageView

3条回答
  •  星月不相逢
    2020-12-30 16:23

    This might be a bug in the Gallery's onLayout method. Check out http://code.google.com/p/android/issues/detail?id=16171 for a possible workaround.

提交回复
热议问题