Cuberto / liquid-swipe-android

MIT License
411 stars 118 forks source link

Liquid Swipe

GitHub license

Animation

Requirements

Example

To run the example project, clone the repo, and run app

As library

GitHub Packages

Step 1 : Generate a Personal Access Token for GitHub

Step 2: Store your GitHub — Personal Access Token details

Step 3 : Update build.gradle inside the application module

Usage

Add LiquidPager to your xml and use it like you would ViewPager


    <com.cuberto.liquid_swipe.LiquidPager
        android:id="@+id/pager"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

iOS

Similar library LiquidSwipe by Cuberto

Author

Cuberto Design, info@cuberto.com

License

Liquid Swipe is available under the MIT license. See the LICENSE file for more info.