CarouselViewChallenge icon indicating copy to clipboard operation
CarouselViewChallenge copied to clipboard

Ported app to use CarouselView and simplified the app

Open seansparkman opened this issue 6 years ago • 1 comments

Submission description

I converted the card view we have in our CommonAlly application to use CarouselView. 2019-09-12_11-51-10-PM Screenshot_1568350880

What went well

It was pretty easy to implement from samples even though the intellisense isn't working for xaml for Xamarin Forms on Visual Studio for Windows. It does not seem to have an issue being inside of a scroll view.

What didn't go well

The snappiness of the carousel view was off. You should work on the easing of the snap.

Missing or desired things

Page indicators On scroll event On focus on item (what's the user looking at?) Pull to refresh

seansparkman avatar Sep 13 '19 05:09 seansparkman

Page Indicators: https://github.com/xamarin/Xamarin.Forms/issues/6577 RefreshView: https://github.com/xamarin/Xamarin.Forms/issues/6577

Re: XAML Intellisense, is that everything or just CarouselView?

On focus on item

Like a special bendable property for the item like “IsCurrent” or something? There is a position property that could be checked. What is the UX you’re after?

on scroll event

Hmm, that should be there. Maybe intellisense didn’t show it. What is def missing is any kind of bendable property for scroll values.

davidortinau avatar Sep 16 '19 01:09 davidortinau