I have a service which “start service” can be called through 2 activities, and I want to change an image view while service starts, but when I’m trying to “findViewById”
I got this error.
The method findViewById(int) is undefined for the type Main
what should i do ?
You should change the
ImageViewfrom the activity, not the service.