Calling setFlowAnimation() makes intro slides black with no content
See original GitHub issueI’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:
- Created 6 years ago
- Comments:12 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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).
Just verified that this is fixed in 4.2.2. Thanks for the quick action!