Philio / PinEntryView

A pin entry view widget for Android.
222 stars 83 forks source link

Idea: OnPinEnteredListener #6

Closed xsveda closed 8 years ago

xsveda commented 9 years ago

Common scenario that the submit action is done automatically when user enters last digit of PIN. But currently the only option os to add a TextWatcher and check the length of entered PIN. This logic may be included inside the component that will provide just simple callback called only in case full PIN has been entered.

CDRussell commented 9 years ago

Implemented in PR: https://github.com/Philio/PinEntryView/pull/14