This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by Hugo Visser. | |
* Please see http://www.littlerobots.nl/blog/Handle-Android-RecyclerView-Clicks/ | |
* | |
* Modified by Filippo Beraldo: | |
* - Added OnDoubleClickListener in place of the standard OnClickListener. | |
*/ | |
public class ItemClickSupport { | |
private final RecyclerView mRecyclerView; |