CarouselViewChallenge icon indicating copy to clipboard operation
CarouselViewChallenge copied to clipboard

CarouselViewChallenge - Slider

Open idenardi opened this issue 5 years ago • 0 comments

Submission description

In this challenge, I've tried to replicate an Intro Slider from this tutorial https://www.androidhive.info/2016/05/android-build-intro-slider-app/

Original

slider-original

Xamarin.Forms CarouselView

slider

What went well

  • It was really easy to implement
  • Simple and fast

What didn't go well

  • Sometimes when I try to access the previous slider It keeps showing the current position;
  • Sometimes when I try to access the previous slider It navigates through more than one position;
  • Sometimes It gets stuck in the middle of my next item;

Missing or desired things

  • Handle a way to navigate to next or previous item;
  • A way to Navigate 1 or N itens per action;
  • Indicators view

idenardi avatar Sep 22 '19 11:09 idenardi