I am developing a small app that will show me a Toast when I click on a button.
The problem is that I run the normal app but it does not show me the toast and it does not throw me an error either, it's as if I had not put it. I would apprecia...
I'm starting on android and I'm doing a program in which I have several EditText and when I click on a button I send a Toast with all the information of each of the Edit text, how can I send it the toast but with the information of each o...
I have these codes in my MainActivity.java I intend to show a toast type alert with a duration of one second and that if I give it 50 times and I stop pressing it does not keep appearing, that the previous ones are canceled.They do not appear wh...
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...
I want to know if there is any way to get the message displayed in the Toast in a different way.
I have created a QR code reader that works with zxing. When scanning the code, the result is sent to a toast. I want the message that results fro...