0
Anyone know how to add popup msg in any app in android
please helo me
4 Respuestas
0
u can make that by making a TOAST
0
bhai sry but i don't understand please tell me that
0
Toast.makeText(getApplicationContext(), "Your toast message.", Toast.LENGTH_SHORT).show();
0
thanks