AccordionRecycler v0.1 Release Notes

Release Date: 2018-11-13 // over 5 years ago
  • ๐ŸŽ‰ Initial implementation of the concept, with all needed interfaces and abstract classes exposed and all core (add, remove, append, expand, contract) functionalities.

    Included is a sample project which showcases the above features and contains Gray rows without any enclosed data, Red rows with Pink enclosed rows, which have White enclosed rows in their own turn. All items are visually adjusted based on their overall position and their relative position to their enclosing item.

    Also, the following Click Events are added:

    • ๐Ÿšš Clicking on a non empty Red row removes all contents, clicking on an empty Red row generates random Pink rows.
    • ๐Ÿšš Clicking on a non empty Pink row removes all contents, clicking on an empty Pink row removes itself.
    • ๐Ÿšš Clicking on a White row removes itself.