Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CollectionViewChallenge - Dashboard demo #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mhernanrobledo
Copy link

I crated a dashboard demo using CollectionViews, Microcharts . I created this demo from scratch in order to study Xamarin. No ListView version exists but it's damn easy to create horizontal view with collection of items using CollectionView.

Screenshots

Screenshot_20190429-003751

Screenshot_20190429-003820

I have no Mac and only could tested in Android emulator and Android device.

What went well?

It was easy to build it with CollectionView. The CollectionView is simple to understand, but unfortunately does not yet have some features that would need in this demo like a Header or Footer (or I can't find it)

What didn't go well?

ScrollTo does not work for me on viewmodel and for this reason i have to put this on the codebehind of the view. I supose that this is not the right way to do this.

How is the performance?

How is the performance using CollectionView compared to when using the ListView?

Missing or Desired Things:

  • Header and Footer
  • Pull-to-Refresh
    Anything?

Swag Time!

Take a minute now or later and provide your info here: https://www.surveymonkey.com/r/WKBZCXX

@mhernanrobledo mhernanrobledo changed the title Initial Commit CollectionViewChallenge - Dashboard demo Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant