Skip to content

Instantly share code, notes, and snippets.

View nish-d's full-sized avatar

Nishita Dutta nish-d

View GitHub Profile
@nish-d
nish-d / SharedPreferenceUtils.java
Last active September 13, 2016 15:22
Simple Util Class for Shared Preferences
package com.nishitadutta.Utils;
import android.content.Context;
import android.content.SharedPreferences;
import java.util.Map;
import java.util.Set;
/**
* Created by Nishita on 18-08-2016.