Code Monkey home page Code Monkey logo

Comments (4)

eschao avatar eschao commented on June 15, 2024

自动翻页?这个你应该可以在此基础上自己加代码实现的

from android-pageflip.

6Weiqi avatar 6Weiqi commented on June 15, 2024

请问在PageRender里加这个思路有问题吗?因为才刚接触OpenGL,怕在PageFlip里加会有问题

from android-pageflip.

eschao avatar eschao commented on June 15, 2024

应该在PageRender里加的,PageRender是使用者自己控制怎么去写,我只是给了个范例而已,不需要在PageFlip加,而且也没必要在那里加。
大致就是:

  1. 要有个机制准备新的每一页的bitmap, 比如定时触发自动翻页功能,这个时候需要准备好下一页的bitmap,或者提前也可以,看实际项目的情况了
  2. 启用点击翻页的功能:PageFlip:: enableClickToFlip, 然后模拟点击操作,调用 PageFlip::onFingerDown(), PageFlip::onFingerUp(..)来触发翻页动作

我没有试过,不过我觉得大致思路如此,中间可能还需要调调,加些别的,你可以试试,或者你遇到问题,方便的话也可以把工程发给我帮你看看

from android-pageflip.

6Weiqi avatar 6Weiqi commented on June 15, 2024

非常感谢!

from android-pageflip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.