Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Android Lists and Adapters (2015) Acting on List Item Taps Tapping on a RecyclerView Item

Marcin Baranczyk
Marcin Baranczyk
13,237 Points

How to disable the possibility of multiclicking in one ListItem?

I wonder how to prevent the possibility that user will click for example 10 times in one ListItem and then the tost message for this istem will be visible for 30secounds. How to make it smarter.

I would like to have for example queue of the toast waiting for it's turn, but without the same toast appearing one after the other.