MangaView
An ImageView for reading manga(comics) for Android.
Features
- Scrolling, with smooth scrolling fling.
- Page zooming, using multi-touch and double-tap(optional).
- Page transition, with swipe.
- View spread pages by the display orientation.
- Works fine when used in a scrolling parent (such as RecyclerView or ViewPager2).
You'll look all features here.
Installation
To add MangaView to your project, include the following in your app module build.gradle file:
dependencies {
...
implementation 'dev.keiji.mangaview:mangaview:1.0.0'
}
Usage
There is a sample provided how to use the MangaView.
- Full features sample: MainActivity
- With ViewPager2 sample: WithViewPager2Activity