how to load internet images in gridview efficiently?

前端 未结 3 806
情深已故
情深已故 2021-01-31 06:42

I am using following example to display internet images in my activity.

http://developer.android.com/resources/tutorials/views/hello-gridview.html

In custom imag

3条回答
  •  青春惊慌失措
    2021-01-31 07:09

    You could try DroidFu. My app uses the ImageCache. There's also some manner of web-based imageview or something of the sort in the library. See in particular WebImageView and WebGalleryAdapter: http://mttkay.github.com/droid-fu/index-all.html

    Edited to add: The droid-fu project is deprecated in favor of Ignition. https://github.com/mttkay/ignition

提交回复
热议问题