Skip to content

A interesting history for nested scrolling in Android. A better NestedScrollView4 instead of newest NestedScrollView. A concise implementation of suspended layout.

License

Notifications You must be signed in to change notification settings

RubiTree/NestedScrollingHistory

Repository files navigation

NestedScrollingHistory


What's NestedScrolling?

What's the difference among NestedScrollingChild & NestedScrollingChild2 & NestedScrollingChild3 ?

Why newest(androidx.core 1.1.0-alpha01) NestedScrollView sometimes out of control?


You can see all details here (中文).

You also can get better NestedScrollView4 instead of NestedScrollView bellow.


NestedScrollView4 use like

License

For Gradle

Step 1. Add the JitPack repository in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.RubiTree:NestedScrollingHistory:1.0.1'
}

License

Apache License 2.0, here is the LICENSE.

About

A interesting history for nested scrolling in Android. A better NestedScrollView4 instead of newest NestedScrollView. A concise implementation of suspended layout.

Resources

License

Stars

Watchers

Forks

Packages

No packages published