yigit / dev-summit-architecture-demo

The demo application that we've used in the Architecture Talk @ Android Dev Summit 2015
Apache License 2.0
1.2k stars 230 forks source link

Missing ActivityFeedBinding #2

Open farmazon3000 opened 8 years ago

farmazon3000 commented 8 years ago

There is import here https://github.com/yigit/dev-summit-architecture-demo/blob/b5c6bd562d7a4fc7eebf19bd03573d7819ad3140/client/app/src/main/java/com/android/example/devsummit/archdemo/view/activity/FeedActivity.java of class which does not exist in the project:

import com.android.example.devsummit.archdemo.databinding.ActivityFeedBinding;

savekirk commented 8 years ago

That was generated by the Data Binding Library automatically. More information on that here: https://developer.android.com/tools/data-binding/guide.html#generated_binding

maberer commented 8 years ago

@farmazon3000 As @savekirk already said, it is generated. Please close the issue if it is no longer a problem for you - thanks ;)