Skip to content

Instantly share code, notes, and snippets.

@tinmegali
tinmegali / ActivitySoftKeyboard.java
Last active February 19, 2016 14:52
This Generic Activity provides events to detect the presence of android's SoftKeyboard
import android.app.Activity;
import android.graphics.Rect;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.ViewTreeObserver;
/**
* This Activity provides the possibility to register a Listener
* to monitor the SoftKeyboard presence.