I want to show the toast always in my application and want to custom alignment of the toast ?
Asked
Active
Viewed 787 times
1
-
please clearly specify what you are actually looking for. Toasts are meant for quick messages. What do you mean by "always"? – Gaurav Navgire Oct 01 '11 at 10:29
-
Checkout my answer here... http://stackoverflow.com/questions/7537158/how-to-change-the-alignment-of-toast-by-programmatically/7537171#7537171 – Lalit Poptani Oct 01 '11 at 11:06
-
[Custom Toast](http://www.androidpeople.com/android-custom-toast-tutorial) I think this will help you – Nikunj Patel Oct 01 '11 at 10:34
1 Answers
0
want to custom alignment of the toast ?
For changing the alignment you should look at android's official documentation of Toasts : Custom Toasts or AndroidPeople--Custom Toasts
I want to show the toast always in my application
For changing the duration of Toast you should look at Think Android--Indefinite Toast Hack

Kartik Domadiya
- 29,868
- 19
- 93
- 104