Skip to content

Commit 3658050

Browse files
committed
updated documentation
1 parent c5a0f74 commit 3658050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ SimpleRecyclerViewAdapter<DataType> adapter = new SimpleRecyclerViewAdapter<>();
7171
recyclerView.setAdapter(adapter);
7272
```
7373

74-
As you can see, casting is mandatory. Remember that this is a general porpose Adapter, althougth it is returning your own object, the class itself dont know it.
74+
No casting need.
75+
_I suggest you to use Android Studio code completion, to implement **onBindViewHolder()**._
7576

7677
### Troubleshooting
7778
Naturally, the adapter needs an **item_layout**, an **list** and an **onBindViewHolder()** implementation to display the list on screen.

0 commit comments

Comments
 (0)