notificacion toasr en android code example
Example: notificacion toasr en android
Toast.makeText(this, "Dice rolled", Toast.LENGTH_SHORT).show()
\\ genera una notificacion rapida en la parte de abajo, que se llama Dice rolled
Toast.makeText(this, "Dice rolled", Toast.LENGTH_SHORT).show()
\\ genera una notificacion rapida en la parte de abajo, que se llama Dice rolled