Questions tagged as 'android-toast'

1
answer

Problems with the toast in android studio

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...
asked by 22.10.2018 / 07:20
3
answers

Get EditText value in a Toast

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...
asked by 29.04.2017 / 06:34
1
answer

Toast Problems Android Alerts

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...
asked by 15.01.2018 / 18:59
1
answer

Problem with the context of a Toast

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...
asked by 12.06.2018 / 23:03
1
answer

I need to fix the toast error R.string.error_notag R.string.ok_write R.string.ok_detected

package com.example.josue.project_nfc; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import java.io.IOException; import java.io.UnsupportedEncodingException; import android.nfc.FormatException; import android.n...
asked by 08.07.2018 / 20:24
1
answer

Doubt with the Toast in response to Zxing code QR

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...
asked by 25.08.2017 / 03:58