I am developing a RSS news feed app for Android, and using Toast.makeText()
to show the news or current update. It must go on web on the click of that message/news. The problem is that the Toast
has no API/features that I can click on that and go on web to read the full article.
The prime requirement is that I need to display the news one by one so I can not use list or any other widget.
Can anyone suggest what UI element should I use to solve this problem?
As you've discovered, there is absolutely no user interaction with Toasts. This is not likely to change given their purpose.
About the only other thing I can think of is to use Notifications instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With