question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Calling setFlowAnimation() makes intro slides black with no content

See original GitHub issue

I’ve switched from AppIntro version 4.2.0 to 4.2.1. This introduced several API breaks. Where can I find how to handle these?

Before: implementation ('com.github.apl-devs:appintro:v4.2.0') Now using: implementation ('com.github.apl-devs:appintro:v4.2.1')

Examples of API breaks in this update are:

AppIntroFragment.newInstance(
                "title",
               "description",
                R.drawable.tutorial1,
                ContextCompat.getColor(this, R.color.theme_accent)));

With 4.2.1 the above call does no longer work, a SliderPage should be passed as argument in the newInstance method, but when doing so the app intro only shows a black tab without contents.

I think it would be helpful to include some code examples that show how to convert to the new version easily.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
peterhavcommented, Jul 24, 2017

Also verified that the ‘old’ API is still compiling and running in the -SNAPSHOT release (I do see the deprecated annotations in my old code).

1reaction
peterhavcommented, Jul 24, 2017

Just verified that this is fixed in 4.2.2. Thanks for the quick action!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Apply a slide layout - Microsoft Support
Simplify the task of arranging information on your slide by applying a pre-defined "layout."
Read more >
Ex-McKinsey consultant creates a Slide Presentation with you
I show you how a consultant creates a slide presentation with PowerPoint tips ... This is NOT an official channel of any consulting...
Read more >
31 Creative Presentation Ideas to Delight Your Audience
With these creative presentation ideas, you'll have your audience in awe in no time. Use some of these to your advantage right inside...
Read more >
Presentation Aids – Speak Out, Call In
The type of presentation aids that speakers most typically make use of are visual aids: pictures, diagrams, charts and graphs, maps, and the...
Read more >
11 Dos and Don'ts of Using Images in Presentations
Many presenters are using images horribly in their presentations! Check out these 11 best and worst ways of using images in PowerPoint slides....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found