I'm making a android app using Java, i want to make a 7 days schedule layout that can be moved horizontally centering the current day to the screen and each column can be scrollable and contains a list with a variable number elements, each element contains images and text; and if an item is selected has to open a layout showing more information about the selected element.
I don't know which is the best way to do it, i thought with grids or multi-list views, but I also don't know how to implement it.
Anyone knows a way to do it and some example? I have attached a design of how the layout would come to be in case anyone doesn't understand it.
http://i.stack.imgur.com/KZDuZ.png
Again, thank you all, i hope someone knows a way to do this elegantly.