Giter Site home page Giter Site logo

Comments (7)

bezmian avatar bezmian commented on May 30, 2024 3

Currently no.

from material-intro-screen.

Mauker1 avatar Mauker1 commented on May 30, 2024 3

I believe this is a good feature to implement on a future release.

from material-intro-screen.

brownpixel avatar brownpixel commented on May 30, 2024 1

There is a work around to go to a next slide by code through simulating a key press. You can do this from your activity that extends MaterialIntroActivity:

dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN,KeyEvent.KEYCODE_DPAD_RIGHT));

from material-intro-screen.

luck-alex13 avatar luck-alex13 commented on May 30, 2024 1

Hi @am2222,
Try this code in Activity, that extends MaterialIntroActivity
findViewById(R.id.button_next).performClick();
It work for me fine.

from material-intro-screen.

aviadmini avatar aviadmini commented on May 30, 2024

You can also call onKeyDown of MaterialIntroActivity directly with KEYCODE_DPAD_RIGHT

from material-intro-screen.

am2222 avatar am2222 commented on May 30, 2024

@brownpixel Hi, What about going to next slide by code in current SlideFragment.It seems it does not have any solutions

from material-intro-screen.

crearo avatar crearo commented on May 30, 2024

Even more so I'd like to move to the next page when the previous permission was granted. And this library just makes that so hard! Ah that would've been obvious and straightforward had i chosen to code it myself and not use a library :(

from material-intro-screen.

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.