dorotatomczak / TravelPlannerApp

Travel Planner App
1 stars 0 forks source link

Add day plan #57

Closed magasol closed 5 years ago

magasol commented 5 years ago

New day plan name should be automatically generated with number or date (but this requires to implement date picker and add its handling)

Day plans screen contains list of day plans that are the headers of dropdown list of day plan elements/objects

To take under consideration:

magasol commented 5 years ago

How about using Expandable Recycle View? examples: looks good: https://thoughtbot.com/blog/introducing-expandablerecyclerview kotlin implementation: https://proandroiddev.com/expandable-recyclerview-with-epoxy-100515f5d026 We could hide plans and i think it will make it easier to add and delete date when it's empty

If you're for it I can take this.

anna-malizjusz commented 5 years ago

looks nice for me