File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ In your app, create a class that represents the data from Firebase that you want
1313
1414So say we have these chat messages in our Firebase database:
1515
16- ![ Chat messages in dashboard] ( doc-images/chat-messages.png " Chat messages in console ")
16+ ![ Chat messages in dashboard] ( ../ doc-images/chat-messages.png " Chat messages in console ")
1717
1818We can represent a chat message with this Java class:
1919
@@ -217,7 +217,7 @@ RecyclerView is the new preferred way to handle potentially long lists of items.
217217can contain many items, there is an ` FirebaseRecyclerAdapter ` too. Here's how you use it:
218218
2192191 . Create a custom ViewHolder class
220- 2 . Create a custom subclass FirebaseListAdapter
220+ 2 . Create a custom subclass FirebaseRecyclerAdapter
221221
222222The rest of the steps is the same as for the ` FirebaseListAdapter ` above, so be sure to read that first.
223223
You can’t perform that action at this time.
0 commit comments