I have a listView that is implemented with a custom adapter I created, which includes an imageView. Throughout the list each item may or may not have an image attached(It's not necessary). To load the image into the imageView I use Picasso library, in the getView method.I have a listView that is implemented with a cu