java notificacion toast mostrar

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java notificacion toast mostrar相关的知识,希望对你有一定的参考价值。

//activity, string, tiempo duracion
Toast notificacion = Toast.makeText(this,num_str,Toast.LENGTH_LONG);
notificacion.show();

//forma 2
Toast.makeText(MainActivity.this, "Mensaje", Toast.LENGTH_SHORT).show();

以上是关于java notificacion toast mostrar的主要内容,如果未能解决你的问题,请参考以下文章

html [notificaciones jquery con uso de cookies] para mostrar notificaciones x usuario y poder cerrar

php Notificacion CECA

JavaScript封装Toast弹窗

Android开发——Toast知识

java #Toast.java

Toast 原生封装