2
Hey, guys, let’s go I have a service and I have all his logic on Oncreate. The problem is that I need it to go through the oncreate again when I perform an interaction on my Activity.
I’ve tried using the
stopService(new Intent(this, YourService.class));
startService(new Intent(this, YourService.class));
but it didn’t work. Does anyone know how to do that?
Ramaral, a very intelligent man! I liked the answer.
– user41630