Madrapps/EyeDropper

Add a Touch listener to listen to Before and After color selection

thsaravana opened this issue · 2 comments

Add a SelectionListener interface to the library, so that users can listen register callback for when the color selection has started and when it has ended.

Updated gradle plugin to 2.3.2

Added SelectionListener with onSelectionStart() and onSelectionEnd() methods in 723b035