Replies: 1 comment
-
Please clone this repo and check out the sample in the sample folder. Ask me again if you don't find your answer there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I am just getting started with Android development, but I was happy to find Why-Not-Image-Carousel.
Sadly I do struggle with setting the widget to "Showcase" mode.
I tried to do it in the xml with
app:carouselType="SHOWCASE"
as well as tryingImageCarousel carousel = findViewById(R.id.carousel);
carousel.setCarouselType(CarouselType.SHOWCASE);
in my init method in Java.
Are there any more constraints that need to be met?
Thanks for reading
cal
Beta Was this translation helpful? Give feedback.
All reactions