udacity / ud851-Sunshine

Apache License 2.0
2k stars 4.51k forks source link

11.03 DetailActivity and Binding #72

Open MDJ2014 opened 7 years ago

MDJ2014 commented 7 years ago

There seems to be a file missing.. I'm getting 'Cannont resolve symbol ActivityDetailBinding' Then I try to import import com.example.android.sunshine.databinding.ActivityDetailBinding; and it is unrecognized.

agantz commented 6 years ago

same here you need to modify first the primary_weather_info inside the detailactivity layout

baghaii commented 6 years ago

I agree. The exercise seems all out of order. The layout tasks should be completed first. Someone should renumber the TODOs.

shakesgar commented 4 years ago

ActivityDetailBinding gets generated for you. Make sure to rebuild project after this lesson if ActivityDetailBinding is not getting generated