basshelal / BoardView

🚧Work In Progress🚧 Android library for easy to use Kanban Boards
3 stars 0 forks source link

Make a Trello clone example to demonstrate the flexibility and ease of use #6

Open basshelal opened 4 years ago

basshelal commented 4 years ago

Make an example that looks and feels as close as possible to Trello's board to demonstrate the power and ease of the library and also to show that it will look better than Trello's.

Make sure we also have another example or two to show that the library is not only for Trello clones, but is versatile and customizable while being performant and functional

basshelal commented 4 years ago

Making the RecyclerView that is sandwiched in between the header and footer be wrap_content to grow and shrink is more complicated than it should be and maybe makes this harder and more annoying to pursue

basshelal commented 4 years ago

Update: The latest commit makes WRAP_CONTENT work!

Turns out it was easy but I was looking in the wrong place. The only thing that is needed is better removal animations but otherwise it fully works.