Android Toast Mesajı Kullanımı - Mobilhanem

PHOTO EMBED

Sun Jan 23 2022 16:26:58 GMT+0000 (Coordinated Universal Time)

Saved by @mehaciyev

2
3
Toast toast = Toast.makeText(getApplicationContext(), "Bilgilendirme mesajı", Toast.LENGTH_LONG);
toast.setGravity(Gravity.TOP|Gravity.CENTER_HORIZONTAL, 0, 0);
toast.show();
content_copyCOPY

https://www.mobilhanem.com/android-toast-mesaji-kullanimi/