Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 662 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 662 Bytes

Animated Recycler View

Android library for animating RecyclerView items when they enter and leave the screen.

Library in action

How to use

Library binaries in .aar format can be found in Github releases section. You can add them to your application by using Project Structure dialog in Android Studio, or manually, by adding implementation files('libs/animatedrecyclerview-release-x.x.aar') line to your dependencies in build.gradle file.

License

This project is licensed under the MIT License - see the LICENSE.md file for details