udacity / Sunshine-Version-2

The official repository for Developing Android Apps
Apache License 2.0
2.87k stars 4.41k forks source link

Make sure ForecastFragment's host implements the Callback interface #228

Open kwilson05 opened 8 years ago

kwilson05 commented 8 years ago

onAttach(Activity) is deprecated in Android M but since we're targeting API 21 in this repo, I override onAttach() to check if the ForecastFragment's host implements the Callback interface.