Android - Multiple GridViews in a ListView -


i know there questions similar found no solution it. i'm trying create list of gridviews. this:

enter image description here

what have this: item_cell.xml <-- layout each item in grid layout_grid.xml <-- layout of grid list_view.xml <-- layout of list included layout of activity.

so thinking inflate item_cell layout_grid.xml inflate after list_view. kind of idea possible? havent tried though because i'm not sure of how approach it.

one thing, there library kind of approach?

any idea appreciated.


as additional question, gridview calendar days of calendar on first column , rest of columns schedule.

                         b       c      d         mon     data1    data2   data3         tues    data1    data2         wed     data1    data2         thurs         fri         sat         sun         mon         .         .         . 

is there other way implement instead of putting in array/list , calculate in cell data should added using info row , columns?

to illustrate: {mon, data1, data2, data3, tues, data1, data2, wed. . . . . }

again, need englightenment. appreciated.

for first question, think you're thinking of this: https://sriramramani.wordpress.com/2013/08/14/grid-in-a-listview/

for second question, elaborate @ all? column headers data elements need displayed?


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -