Posts by Siro Souza • 19 points
2 posts
-
-2
votes1
answer41
viewsA: How do I set a list of images in the listview -> imageview from the page url?
It has several api’s, a very simple API is Picasso: Picasso.with(context).load("http://myimage.png").into(mImageView);
-
2
votes1
answer48
viewsQ: Noclassdeffounderror after removing external API (Youtube)
I’m developing a cool project and I came across a difficulty that I couldn’t get out yesterday, the project stopped recognizing all api’s, butterknife, Youtube, everything... Follow the error:…