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

Movie ListView to Movie CollectionView #48

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

BryanOroxon
Copy link

@BryanOroxon BryanOroxon commented May 6, 2019

Original
2019_05_06_19_58_27

CollectionView in Android
CV

What went well?

How easy is it to convert your existing ListView to the CollectionView?

It's easy to convert a CollectionView but, you must check not to use ViewCell in a CollectionView.

What didn't go well?

Did you run into any particular difficulties, and if so, what were the specific causes?

In my original ListView I had a ViewCell, and when I passed it to CollectionView, it gave me an exception, later on I realized that the ViewCell was not necessary, after that it worked correctly =).

How is the performance?

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

CollectionView is more faster. The load is very fast and is very smooth, I really like it.

Missing or Desired Things:

Anything?

I would like to use ItemTapped

Swag Time!

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

@BryanOroxon
Copy link
Author

BryanOroxon commented May 23, 2019 via email

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