As an Android consultant, I find myself needing to load remote images into an ImageView quite often. Doing this with the Picasso library is quite easy as you simply need to tell the library where the …
Continue Reading about Loading Remote Images in Android with UrlImageView →