HorizontalListView with RemoteImageView

376 Views Asked by At

Hi I am trying to use HorizontalListView by dev-smart (from here) with each entry showing image fetched from the web using RemoteImageView by käppler ignition library (from here).

There is an issue that makes the image not loaded at all in the HorizontalListView (not even the progress spinner shown). I'm sure that the problem is not with my adapter since if I change the RemoteImageView by default ImageView, I can get the image shown in the list.

Anyone has any idea how to fix this? Or is there any other implementation of horizontalListView?

0

There are 0 best solutions below