Skip to content

Instantly share code, notes, and snippets.

View egesamichael's full-sized avatar
🎯
Focusing

Egesa Michael egesamichael

🎯
Focusing
View GitHub Profile
@egesamichael
egesamichael / EditTextOtp.java
Created July 10, 2021 22:39 — forked from andhikayuana/EditTextOtp.java
OTP View 4 Digit Value
import android.content.Context;
import android.support.annotation.Nullable;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.AttributeSet;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import android.widget.EditText;