carousel

Learning Kivy : Carousel and AsyncImage

Karan Balkar
Hello everyone! Today I will talk about two interesting Widgets of the Kivy framework. Both these widgets can be used to display/load images in a particular manner. 1. Carousel As mentioned in the Kivy docs, the Carousel widget provides a mobile-friendly carousel view where one can swipe between slides. One can add any content to the carousel and use it horizontally or vertically. The carousel can display pages in loop. One can also navigate to the next slide or the previous slide using the Carousel properties.