Created
September 22, 2017 06:43
-
-
Save farooqkhan003/03c8555dc90bcecb9cfda272c4b9a42c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var toast: Toast = Toast(this) | |
toast.createToast(this, "Hello From Android Tech Point", Gravity.CENTER_VERTICAL, Toast.LENGTH_LONG) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment