Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout inflating issue in Adapter #3

Open
iamsahilmathur opened this issue Oct 17, 2019 · 0 comments
Open

Layout inflating issue in Adapter #3

iamsahilmathur opened this issue Oct 17, 2019 · 0 comments

Comments

@iamsahilmathur
Copy link

Dear Sir,
I learnt from your code, Actually there is an issue in adapter. Please update the code... for others.
Error is there
ViewDataBinding binding = DataBindingUtil.inflate(layoutInflater, viewType, parent, false);

Fix of error is-:
ViewDataBinding binding = DataBindingUtil.inflate(layoutInflater, R.layout., parent, false);
Thanking you so much Sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant