Anyone know how to add popup msg in any app in android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Anyone know how to add popup msg in any app in android

please helo me

18th Sep 2017, 1:26 PM
Hacker Gamesterashu
Hacker Gamesterashu - avatar
4 Answers
0
u can make that by making a TOAST
18th Sep 2017, 1:48 PM
Suhail Pappu
Suhail Pappu - avatar
0
bhai sry but i don't understand please tell me that
18th Sep 2017, 1:48 PM
Hacker Gamesterashu
Hacker Gamesterashu - avatar
0
Toast.makeText(getApplicationContext(), "Your toast message.", Toast.LENGTH_SHORT).show();
18th Sep 2017, 3:23 PM
Suhail Pappu
Suhail Pappu - avatar
0
thanks
18th Sep 2017, 3:41 PM
Hacker Gamesterashu
Hacker Gamesterashu - avatar