On 25 Maj, 17:03, Dianne Hackborn <[email protected]> wrote:
> You really shouldn't be needing to do such things. Toasts are intended for
> very brief fire-and-forget messages to the user. Trying to do more is
> probably an inappropriate abuse, which would be better done with a dialog or
> pop-up window.
>
thanks Dianne for your reply. i needed Toast visibility since i wanted
to combine Toast with some sound notification.
when the same toast is show()n while it is already visible Android in
some way extends Toast's visibility which is perfectly fine but i'd
like to avoid playing the second sound.
basicaly one Toast presentation plus one sound notification, that's
why i needed Toast visibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---