First of all,I am sorry if my question is meaningless or wrong.
I need to add
textview
as thefooter view
tolistview
,and that footer view should be repeated for particular number of items.
For example,
If I am having 50 items in a list, whenever I am displaying it in listview
, the textview
should be displayed below the each group of 10 items (That is the textview should separate 10 items).
Can anyone help me please. I don't even know "using footer view to achieve this is right or not". Thanks!