Md. Mahmudul Hasan Shohag

Results 12 comments of Md. Mahmudul Hasan Shohag

Can you please share the styles.xml/themes.xml file here? the color comes from `primaryColor`. Is your `primaryColor` is white?

No. This only observes network connection (wifi, data) change to notify about connectivity.

Ok. Marked as an enhancement. Will R&D if there any way to do this.

Can you share some code? How you bound and unbound the carousel? The carousel may get reset, but should not get crashed!

Without any sample code or log, I can't give you any suggestions bro.

Can you give me more context? Video and/or code. You can check out the [samples](https://github.com/ImaginativeShohag/Why-Not-Image-Carousel/tree/master/sample) for the best ways to implement.

There is no direct way. But the library has `onScrollListener`, so you can integrate anything custom.

You have to create a custom layout with a fixed width for the "SHOWCASE" type. See the [examples](https://github.com/ImaginativeShohag/Why-Not-Image-Carousel/tree/master/sample).

@chandrabezzo please check [this](https://github.com/ImaginativeShohag/Why-Not-Image-Carousel/blob/master/sample/src/main/java/org/imaginativeworld/whynotimagecarousel/sample/KotlinActivity.kt#L195-L197) example.

@uberautistic Please check the following example codes: - https://github.com/ImaginativeShohag/Why-Not-Image-Carousel/blob/master/sample/src/main/res/layout/activity_kotlin.xml#L171 - https://github.com/ImaginativeShohag/Why-Not-Image-Carousel/blob/master/sample/src/main/java/org/imaginativeworld/whynotimagecarousel/sample/KotlinActivity.kt#L201-L225 Check examples 3, 4, 5, 6.