Can I use folding cell in recyclerview.
ddpatel2606 opened this issue · 1 comments
ddpatel2606 commented
Hello,
You have great implementation with excellent motion.
I want to use this folding cell in recyclerView.
Is it possible?
Thanks
golovin47 commented
Hello, @ddpatel2606. You can use it with recyclerview. Recyclerview basic implementation doesn't related to this lib, so you may find it in the net. Find one with DiffUtil ListAdapter, it's more convenient and effective. Then simply use FoldingCell in your recyclerview list item accordingly to readme section of this lib.