dev-summit-architecture-demo icon indicating copy to clipboard operation
dev-summit-architecture-demo copied to clipboard

Missing ActivityFeedBinding

Open farmazon3000 opened this issue 8 years ago • 2 comments

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;

farmazon3000 avatar Jan 04 '16 10:01 farmazon3000

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

savekirk avatar Jan 04 '16 10:01 savekirk

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

maberer avatar Jul 21 '16 18:07 maberer