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

Error on InfinitePlaceHolderView when creating the fragment's view #145

Open
hectorviov opened this issue Dec 12, 2018 · 0 comments
Open

Comments

@hectorviov
Copy link

Hello, I'm trying to implement the InfinitePlaceHolderView but I'm having an error when trying to start the fragment.

I get this error:

java.lang.RuntimeException: Unable to find Class for [....] Fragment$1$LoadMoreViewBinder PLEASE ADD >> annotationProcessor 'com.mindorks.android:placeholderview-compiler:<LATEST-VERSION>' << in build.gradle at com.mindorks.placeholderview.Binding.getBinderInstance(Binding.java:44)

I do have the annotationProcessor with version 1.0.3. On another Fragment I'm using the ExpandablePlaceHolderView and everything is working perfectly.

The exception is triggering on

infinitePlaceHolderView.setLoadMoreResolver(new LoadMoreView.Callback() { @Override public void onShowMore() { [...] }

part of my code.

Already Synced Project with Gradle Files, cleaned project and rebuilt, but nothing seems to do the trick.

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