I have an url passed to an activity and I am trying to show the image from the url full screen, however it throws a main network thread exception.
From what I can find
Using Picasso after initializing yourImageView with findViewById();
yourImageView
Picasso.with(context).load(url).into(yourImageView)