package com.awesomedroidapps.appstoragedatareader.demo;
/**
* Created by anshul on 1/3/17.
*/
public class Constants {
public static final long INVALID_INSERT_RESPONSE = -1;
public static final int DATABASE_VIEW = 1;
public static final int SHARED_PREFERENCE_VIEW = 2;
public static final String PERSON_INFO_SHARED_PREFERENCES1 = "personInfoSharedPreferences1";
public static final String PERSON_INFO_SHARED_PREFERENCES2 = "personInfoSharedPreferences2";
public static final String EMPTY_STRING = "";
public static final int ZERO_INDEX = 0;
}