In my android app, I'd like to display directions similar to the example below. For now, I don't care about the icons and images or dropdown buttons, most importantly I want to display each part of the trip in a card-like layout with lists of directions.
What would the layout xml for this would look like? Is this a CardView with a RecyclerView inside of it?
When you have multiple views that may repeat multiple times even contains nested items, the best way to have efficiency in runtime I think is using RecyclerView
.