- parseSnapshot(DataSnapshot) - Method in class com.firebase.ui.database.FirebaseListAdapter
-
This method parses the DataSnapshot into the requested type.
- parseSnapshot(DataSnapshot) - Method in class com.firebase.ui.database.FirebaseRecyclerAdapter
-
This method parses the DataSnapshot into the requested type.
- populateView(View, T, int) - Method in class com.firebase.ui.database.FirebaseListAdapter
-
Each time the data at the given Firebase location changes, this method will be called for each item that needs
to be displayed.
- populateViewHolder(VH, T, int) - Method in class com.firebase.ui.database.FirebaseRecyclerAdapter
-
Each time the data at the given Firebase location changes, this method will be called for each item that needs
to be displayed.