sketchub icon

PinView Library

HoneyPluz
16 Likes
0 Comments
87 Downloads

Screenshots

About

Library Used

PinView

<com.HP.Verification.PinVerificationView

pinView.setOnPinCompleteListener(new PinVerificationView.OnPinCompleteListener() { @Override public void onPinComplete(String pin) { Toast.makeText(MainActivity.this, "Pin entered: " + pin, Toast.LENGTH_SHORT).show();

    // Example: Check if pin is correct
    if (pin.equals(&quot;1234&quot;)) {
        Toast.makeText(MainActivity.this, &quot;Correct PIN!&quot;, Toast.LENGTH_SHORT).show();
    } else {
        pinView.shake(); // Shake animation on wrong PIN
    }
}

});

https://github.com/oyin25/PinViewLib

©2025 Sketchub | User Policy