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 / functionsindex.js
Created December 21, 2020 13:15
Failing Firebase Functions
/**
* Copyright 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@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;