WeatherApp
WeatherApp copied to clipboard
Class CacheClient instance has a problem, please check
public static CacheClient getInstance() { if (mCacheClient == null) { synchronized (CacheClient.class) { if (mCacheClient == null) { mCacheClient = new CacheClient(); } } } return mCacheClient; }