This is the way I have to show the Toast for 500 milliseconds. Though, it\'s showing more than a second.
Toast
Toast.makeText(LiveChat.this, \"Typing\
I don't believe this can be done, you can only use Toast.LENGTH_LONG or Toast.LENTH_SHORT you can't define your know speed.
Toast.LENGTH_LONG
Toast.LENTH_SHORT