Skip to content Skip to sidebar Skip to footer

Horizontal Listview Inside Vertical Listview (and Scrolling Multiple Listviews Together)

I am creating an attendance app and currently am trying to implement a layout as follows for mass viewing of attendance data: AAA | B | B | B | B | C ----------------------- DDD |

Solution 1:

This can be a tricky concept I would advise to use this structure

<horizontalScrolView><scrollview><tablelayout>

use table layout in place of the list view because list has it's own scroll and it causes trouble when placed in another scrolling widget

Post a Comment for "Horizontal Listview Inside Vertical Listview (and Scrolling Multiple Listviews Together)"