Skip to content

Instantly share code, notes, and snippets.

View EmmanuelMess's full-sized avatar
🌱
Working on AI for detecting plants

Emmanuel EmmanuelMess

🌱
Working on AI for detecting plants
View GitHub Profile
@EmmanuelMess
EmmanuelMess / DialogPreferenceWithKeyboard.java
Last active February 18, 2017 06:51
DialogPreference that lets you use the keyboard
package com.emmanuelmess.utils;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Build;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;