python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get context in xml for "onDraw" in a custom view
I want to load an image from url in onDraw method for the view preview. I tried to do this using Picasso. But, I get an error in the xml. This is the onDraw method.
@Override
protected void onDraw...

Sambhav Khandelwal
Votes: 0
Answers: 2
App keeps crashing when i try to load image
Please i have been trying this for weeks now. I have a fragment that displays notifications. But it time i click on the notification my app crashes. it points me the line below Picasso.get().load(user...
Ali Apochi
Votes: 0
Answers: 1
How to solve Picasso Error at Recycler View file
I'm getting the error below on my Build Output when I try to run my Wallpaper app on my phone :
error: <anonymous com.wallpapers_8k_Sad.app.Adapter.RecyclerView1$1$1> is not abstract and does no...

agega
Votes: 0
Answers: 0
Picasso does not load bigger images from url
I load images from urls using Picasso. Image loading worked so far for every image until I tried it with an jpeg image that has higher size than others (1MB). I try to load the image using imageTarget...
krltos
Votes: 0
Answers: 3