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

Binding issue with androidx.paging.LoadStateAdapter #609

Open
xpfr opened this issue Sep 2, 2022 · 1 comment
Open

Binding issue with androidx.paging.LoadStateAdapter #609

xpfr opened this issue Sep 2, 2022 · 1 comment
Labels
binding-issue Java error when attempting to use bound type/method

Comments

@xpfr
Copy link

xpfr commented Sep 2, 2022

Version Information

  • Visual Studio version (eg. 16.8 or 8.8): 17.4
  • Xamarin.Android version (eg. 11.1): 13
  • Using AndroidX or Support Libraries: AndroidX.Paging

Describe your Issue:

Missing bindings for 2 methods:
OnBindViewHolder(RecyclerView.ViewHolder holder, LoadState loadState)
OnCreateViewHolder(ViewGroup parent, LoadState loadState)

Include any relevant Exception Stack traces, build logs, adb logs:

javac.exe error JAVAC0000:  error: MessagesLoadStateAdapter is not abstract and does not override abstract method onBindViewHolder(ViewHolder,LoadState) in LoadStateAdapter
javac.exe error JAVAC0000:  error: onCreateViewHolder(ViewGroup,int) in MessagesLoadStateAdapter cannot override onCreateViewHolder(ViewGroup,int) in LoadStateAdapter
@xpfr xpfr added the packages label Sep 2, 2022
@xpfr
Copy link
Author

xpfr commented Sep 24, 2022

Have you any view on this issue please?

@jpobst jpobst added binding-issue Java error when attempting to use bound type/method and removed packages labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding-issue Java error when attempting to use bound type/method
Projects
None yet
Development

No branches or pull requests

2 participants