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
13
13
14
14
So say we have these chat messages in our Firebase database:
15
15
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 ")
17
17
18
18
We can represent a chat message with this Java class:
19
19
@@ -217,7 +217,7 @@ RecyclerView is the new preferred way to handle potentially long lists of items.
217
217
can contain many items, there is an ` FirebaseRecyclerAdapter ` too. Here's how you use it:
218
218
219
219
1 . Create a custom ViewHolder class
220
- 2 . Create a custom subclass FirebaseListAdapter
220
+ 2 . Create a custom subclass FirebaseRecyclerAdapter
221
221
222
222
The rest of the steps is the same as for the ` FirebaseListAdapter ` above, so be sure to read that first.
223
223
You can’t perform that action at this time.
0 commit comments