Can not I access the populateViewHolder method from my FirebaseRecyclerAdapter?

0

FirebaseRecyclerAdapter firebaseRecyclerAdapter = new FirebaseRecyclerAdapter (... (1) ...) {... (2) .. the onBindViewHolder and OnCreateViewHolder methods were created here.

(1) I need to fill in this field to stop giving an error.

(2) Here if the populateViewHolder method appeared, I would have field number one (1) ready, since I have that information.

Do not get the argument number one (1) for setTitle, and setDesc in onBindVieHolder. Or try to get out the populateViewHolder method, but I can not call it from anywhere ... I think it's the libraries.

Thanks

    
asked by Upset Grade 08.04.2018 в 17:16
source

0 answers