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