Skip to content

基于RecyclerView,实现业务侧的数据与Item布局即可(包括广告view)。无需关心阅读器动画与Item 动画渲染的交互。(不包含文字的处理,以后应该也不会添加)

License

Notifications You must be signed in to change notification settings

ZengcxAPerson/BookViewProject

 
 

Repository files navigation

中文文档

This is a reader project for the Android platform. It is based on a custom RecyclerView within a ViewGroup and uses a custom LayoutManager. By arranging elements along the Z-axis, it achieves complete separation of reader animations and data binding, allowing for full customization of the ItemView.

It also supports embedding image and video advertisements. Please see the video below for an example of the effects:

Android-.2023-04-04.10.26.04.mp4

simple_view

Usage

Just like using a regular RecyclerView:

bookView.setAdapter(RecyclerView.Adapter)
bookView.setFlipMode(@BookLayoutManager.BookFlipMode)

Directory structure

  • app module:BookView demo

  • gpu_test module:A demo of pure curl animations

About

基于RecyclerView,实现业务侧的数据与Item布局即可(包括广告view)。无需关心阅读器动画与Item 动画渲染的交互。(不包含文字的处理,以后应该也不会添加)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.3%
  • Kotlin 17.7%