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

Use RecyclerView custom LayoutManager #72

Open
konifar opened this issue Feb 3, 2017 · 7 comments
Open

Use RecyclerView custom LayoutManager #72

konifar opened this issue Feb 3, 2017 · 7 comments

Comments

@konifar
Copy link
Contributor

konifar commented Feb 3, 2017

Overview (Required)

To be honest, I wanted to use RecyclerView custom LayoutManager.
But it's difficult to catch up in a short time.
So I implemented like this.

If we use LayoutManager, the users can swipe vertically, horizontally, and diagonally.

Links

@eneim
Copy link
Contributor

eneim commented Feb 17, 2017

@konifar Did you try this one: https://github.com/zhouchaoyuan/excelPanel , looks promise ...

@konifar
Copy link
Contributor Author

konifar commented Feb 17, 2017

@eneim Thanks! I didn't know that!
Have you ever tasted this library?

@eneim
Copy link
Contributor

eneim commented Feb 17, 2017

@konifar Suppose to do it right now. If it works well I will have further notice (a PR maybe :trollface: )

@konifar
Copy link
Contributor Author

konifar commented Feb 17, 2017

@eneim Cool 🆒 Thanks! I'm looking forward to. I also take a look the code of the library 😃

@eneim
Copy link
Contributor

eneim commented Feb 17, 2017

@konifar Also reading the code too. It looks like he use more than one Adapter to make thing done. But let see if it provides better performance than current implementation.

@konifar
Copy link
Contributor Author

konifar commented Feb 17, 2017

I see. BTW, my concerns are below.

  1. Can this lib combine cells vertically/horizontally?
  2. Can this lib take scrolling diagonally?
  3. Can this lib customize item layout?

@eneim
Copy link
Contributor

eneim commented Feb 17, 2017

@konifar Your concern makes sense. I'm also investigating its flexibility. Right now what I can see is the library's concept is to use 3 RecyclerViews to mimic the Excel sheet UI, and it is un-cleared if it can be diagonally scrolled, so it may not fit our usecase 100%. Let's look further into it and see if we can adapt and have a better implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants