Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 998 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 998 Bytes

Simple Page Curl Effect

A simple android application with page curl effect and its easy to use in your Android app.

Motivation

I have seen alot of tutorials that how to implement page curl effect in android but that are too complicated and not easy to understand.

Download

For instance install in your build.gradle:

dependencies {
 
 implementation 'app.num.numandroidpagecurleffect:numandroidpagecurleffect:1.0'
}

Images

ezgif com-video-to-gif

Usage

pageCurlView.setCurlView();
pageCurlView.setCurlSpeed();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT License