- onBindViewHolder(VH, int) - Method in class com.firebase.ui.database.FirebaseRecyclerAdapter
-
- onCancelled(DatabaseError) - Method in class com.firebase.ui.database.FirebaseListAdapter
-
This method will be triggered in the event that this listener either failed at the server,
or is removed as a result of the security and Firebase Database rules.
- onCancelled(DatabaseError) - Method in class com.firebase.ui.database.FirebaseRecyclerAdapter
-
This method will be triggered in the event that this listener either failed at the server,
or is removed as a result of the security and Firebase Database rules.
- onCreateViewHolder(ViewGroup, int) - Method in class com.firebase.ui.database.FirebaseRecyclerAdapter
-
- onDataChanged() - Method in class com.firebase.ui.database.FirebaseListAdapter
-
This method will be triggered each time updates from the database have been completely processed.
- onDataChanged() - Method in class com.firebase.ui.database.FirebaseRecyclerAdapter
-
This method will be triggered each time updates from the database have been completely processed.