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
To use ``HeaderRecyclerView`` in your application follow those steps:
17
17
18
18
* 1 - Add mavenCentral() to repositories block in the gradle file.
19
-
* 2 - Add `implementation 'com.github.dualbit:overscroll:1.0.0` to the dependencies.
19
+
* 2 - Add `implementation("com.github.dualbit:overscroll:1.0.")` to the dependencies.
20
20
* 3 - Create a normal ``RecyclerView`` and ``RecyclerView.Adapter`` .
21
21
* 4 - Call the extension function ``addOverScrollEdge``. Provide the required ``LifecycleCoroutineScope`` parameter and remember not to configure the ``LayoutManager`` instance on your ``RecyclerView``.
0 commit comments