I\'m trying to use picasso library to be able to load url to imageView, but I\'m not able to get the context to use the picasso library correctly.
context
Create a constructor of FeedAdapter :
Context context; //global public FeedAdapter(Context context) { this.context = context; }
and in Activity
FeedAdapter obj = new FeedAdapter(this);