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 - Blixx by CRYStudios #33

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

Conversation

danielandujar
Copy link

First of all, Blixx is a soundboard developed in Unity3D, i was looking to port it to XF and take advantage of the memory management of using a ListView / GridView, but found out that Xamarin.Forms did not have GridView. but a GridLayout, which was not directly bindable and did not have this automated memory management. that said, CollectionView is the solution i was waiting for:

Screenshots

Blixx on Android (Original)
Screenshot_20190426-133525_BLIXX

Blixx on Xamarin.Forms (Android) (Challenge)
Screenshot_20190426-120809

Ex: Original vs Android vs iOS

What went well?

As expected, i was able to arrange the Buttons on a Vertical Grid (Something that was not possible on ListView AFAIK).

What didn't go well?

I Ran into 2 Dificulties, one of them was not related to the CollectionView Itself:

  1. CollectionView does not have an implementation or something similar to Spacing, so, in order to separate one button from the other i had to add a Frame. (So i ended with a Frame into another Frame because my Buttons have a background Frame already).

  2. (not actually related to CollectionView) I did not find a way to remove the TitleView from the new AppShell.

How is the performance?

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

In my case it's not comparable, because my base app is not in Xamarin.Forms.

Missing or Desired Things:

Anything?

SPACING!
Vertical Cell Spacing, Horizontal Cell Spacing

Swag Time!

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

@danielandujar danielandujar changed the title push challenge CollectionViewChallenge - Blixx by CRYStudios Apr 27, 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