Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmeidearu committed Nov 17, 2017
1 parent 7df1961 commit 5a25a7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public View getView(int position, View convertView, ViewGroup parent) {
// Log.e("isi image","image:"+valImage);
Picasso.with(mContext).setLoggingEnabled(true);
Picasso.with(mContext)
.load(valImage)
.load("http://api.androidhive.info/json/movies/1.jpg")
.placeholder(R.drawable.noimage)
.error(R.drawable.noimage)
.into(images);
Expand Down

0 comments on commit 5a25a7f

Please sign in to comment.