Picasso Library and GridView Images
问题 I want to build an app that displays images in a gridview by using the picasso library. The images are retrieved by a remote server. Should I make an AsyncTask class or is this class handled by Picasso Library itself? All the picasso tutorials I have seen so far seem a bit vague. Thanks, Theo. 回答1: Its very simple to use picasso lib for loading images in gridview, as demonstrated here, class SampleGridViewAdapter extends BaseAdapter { private final Context context; private final List<String>