I want to check a string in SharedPreferences used it to store username and password, so if username and password is not null or empty it will be directed to home, otherwise
if(appSettings.contains(Constants.WEATHER_SUBN_POSTION)) { savedSubPostion = appSettings.getInt(Constants.WEATHER_SUBN_POSTION, 0); }
First check it contains the value.