You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,11 +49,14 @@ Most developers should be using `RecyclerView` instead of `ListView` and should
43
49
44
50
# Currently Created AdapterLayouts
45
51
- AdapterLinearLayout
46
-
- AdapterFlowLayout (currently in the sample app, can be copied out)
52
+
- AdapterFlowLayout (separate dependency)
47
53
48
54
# Creating Your Own AdapterLayout
49
55
It is simple to create your own `ViewGroup` backed by a `RecyclerView.Adapter`. See `AdapterFlowLayout` in the sample app and `AdapterLayoutDelegate` in the library for an example of how to create one.
50
56
57
+
# Limitations
58
+
- Within a `RecyclerView.Adapter`, you can call `getAdapterPosition()`. This will always return -1 since there is actually never an associated RecyclerView.
0 commit comments