[android-developers] Best solution for touchable Toast-like notification for plugin library
We are building a plugin library, which will be integrated into third-party applications. It requires the ability to show Toast-like notifications, which when tapped, will open our fullscreen widget Dialog.
-- From my research it appears that Toasts were designed to explicitly ignore any touch input. The next best option seems to be one of either a PopupWindow, a Fragment, another Dialog with a transparent background, or about 25 different solutions. We don't want to trap touches on the entire screen, only over our notification popup.
I am new to Android, so I'm curious to learn what the optimal solution would be. I have seen other plugin integrations do similar things, so I think there is probably an obvious way to tackle this. If you've implemented something like this, can you please give us some pointers? Thanks.
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home