We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af9219 commit 9e65e16Copy full SHA for 9e65e16
1 file changed
README.md
@@ -17,7 +17,7 @@ See the sample project for a full sample.
17
```java
18
//CheeseAdapter is a RecyclerView adapter
19
CheeseAdapter cheeseAdapter = new CheeseAdapter();
20
-adapterLinearLayout adapterLinearLayout =
+adapterLinearLayout adapterLinearLayout = (AdapterLinearLayout) findViewById(R.id.adapter_linear_layout);
21
adapterLinearLayout.setAdapter(cheeseAdapter);
22
```
23
Later, when you get your data set:
0 commit comments