Skip to content

Instantly share code, notes, and snippets.

@vvsevolodovich
Created June 2, 2020 09:40
Show Gist options
  • Select an option

  • Save vvsevolodovich/4044916d222a0b480ecef8f59a713f52 to your computer and use it in GitHub Desktop.

Select an option

Save vvsevolodovich/4044916d222a0b480ecef8f59a713f52 to your computer and use it in GitHub Desktop.
public static LoadWeatherForecastTask extends AsyncTask<String, Void, WeatherForecast> {
private Activity activity;
LoadWeatherForecastTask(Activity activity) {
this.activity = activity;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment