I am printing Toast message in my application to show notification but i want to know value of
Toast.LENGTH_LONG and Toast.LENGTH_SHORT.
What other values i can use.
They are one and zero as detailed in the Toast documentation. They are the only two values and no others are possible. There is an "indefinite toast hack", but I would not use an application that used it.