In this blog, we are going to learn how to create an Auto slider banner with RowList and XML components. Slide banner after every 3 seconds
Step 1: Start your eclipse and create a new BrightScript project with the main scene.
Step 2– Initialise RowList and Timer for changing image banner in MaineScene. Banner Timer will be fired after 3 seconds and change the image of row list. Method ShowBannerContent() will be displayed a banner with static data.
Here item component is a node which is used to display banner row in RowList
MainScene.brs


Change one banner image to another banner image after 3 seconds

MainScene.xml

Item Component Name – BannerRowListItemContent.xml

Result – >

