Created
May 29, 2018 18:10
-
-
Save mibrahimdev/1dc969d9ed3bbbf1a84d5ca229943023 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public LiveData<List<WeatherEntry>> getCurrentWeatherForecasts() { | |
initializeData(); | |
Date today = SunshineDateUtils.getNormalizedUtcDateForToday(); | |
return mWeatherDao.getCurrentWeatherForecasts(today); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment