Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Android de bulunan yerleşik Toast mesajlarına alternetif olarak kullanılabilecek kısa süreli mesaj gösterip animasyonlu bir şekilde kaybolan arayüz elemanıdır. Tost isimli sınıfı projenize eklemeniz yeterlidir. Örnek kullanım Tost tost=new Tost(this); tost.setMesaj("Bu bir\ntosttur."); tost.setTextSize(20); // Toast tan farklı olarak yazı boyutu…

Notifications You must be signed in to change notification settings

LeventYADIRGA/Tost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

Android de bulunan yerleşik Toast mesajlarına alternetif olarak kullanılabilecek kısa süreli mesaj gösterip animasyonlu bir şekilde kaybolan arayüz elemanıdır. Tost isimli sınıfı projenize eklemeniz yeterlidir. Örnek kullanım Tost tost=new Tost(this); tost.setMesaj("Bu bir\ntosttur."); tost.setTextSize(20); // Toast tan farklı olarak yazı boyutu…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages