Skip to content

Instantly share code, notes, and snippets.

@mibrahimdev
Created May 29, 2018 18:10
Show Gist options
  • Save mibrahimdev/1dc969d9ed3bbbf1a84d5ca229943023 to your computer and use it in GitHub Desktop.
Save mibrahimdev/1dc969d9ed3bbbf1a84d5ca229943023 to your computer and use it in GitHub Desktop.
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