Java.lang.NoSuchMethodException: [class Android.view.View] FirebaseRecyclerAdapter
I am trying to make a sample app using the FirebaseRecyclerAdapter but keep getting the error java.lang.RuntimeException: java.lang.NoSuchMethodException: [class andro
Solution 1:
Your DataHolder
should be public like this
public static class DataHolder extends RecyclerView.ViewHolder{...}
Post a Comment for "Java.lang.NoSuchMethodException: [class Android.view.View] FirebaseRecyclerAdapter"