Swathy
Swathy

Reputation: 219

How to create page with slider and page indicator in xamarin forms

I am new in xamarin forms, I want to develop a page with image sliding and page indicator , how can I do this.

Please help me, am stuck on this.....

enter image description here

The page looks like the above image, I have no idea..

Upvotes: 0

Views: 2202

Answers (1)

TheGeneral
TheGeneral

Reputation: 81493

What you are looking for is called a CarouselView

There are many ways to do this however you are going to have to look at third party solutions as i dont think there is a native solution anymore. Formally known as a CarouselPage

There are plenty of examples on the internet, please take a look at some of these

Upvotes: 1

Related Questions