1

Possible Duplicate:
Can an Android Toast be longer than “Toast.LENGTH_LONG”?

Is it possible to make a Toast with custom duration (8 or 26 seconds)? I've read questions Set Toast Appear Length and Can an Android Toast be longer than Toast.LENGTH_LONG? but none of those questions received a working answer.

Community
  • 1
  • 1
Buda Gavril
  • 21,409
  • 40
  • 127
  • 196
  • 5
    Asking the question again wont make something that was not-possible suddenly possible :). Again thats not what toast was designed to do. There are other popup's that you can use. – Reno Mar 01 '11 at 10:20

1 Answers1

4

Is it possible to make a Toast with custom duration (8 or 26 seconds)?

No, which is exactly the response in the two questions you linked to.

I've read questions Set Toast Appear Length and Can an Android Toast be longer than "Toast.LENGTH_LONG"? but none of those questions received a working answer.

That is because (as both links point out) it is not possible, so there is no "working answer". The answers do suggest alternatives for you to consider.

dave.c
  • 10,910
  • 5
  • 39
  • 62