1 min readMay 7, 2018
It is usually easier to write the Toast extension function as
inline fun Context.shortToast(message: String) = Toast.makeText(this, message, Toast.LENGTH_SHORT).show()
It is usually easier to write the Toast extension function as
inline fun Context.shortToast(message: String) = Toast.makeText(this, message, Toast.LENGTH_SHORT).show()
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app
Senior Android Developer, TD Bank (Canada) (Opinions are my own)