The program gives me an error in the context of the toast
. I already tried with getApplicationContext()
, with NombreActivity.this
and with only this
.
I have a main activity called ReaderActivity, from it I command to call ServiceListener, which is a java class.
Inside the ServiceListener is the toast inside an OnClick. Here I leave the code. [Here I command to call the Service Listener class