I am new to android , i want to know how to use ListView.FixedViewInfo,
so i need a sample (code) application with output , can any one help me regarding on this.
Thanks In Advance, Sankar Ganesh @ Tilsan
I am new to android , i want to know how to use ListView.FixedViewInfo,
so i need a sample (code) application with output , can any one help me regarding on this.
Thanks In Advance, Sankar Ganesh @ Tilsan
You do not use ListView.FixedViewInfo
directly. Use addHeaderView()
or addFooterView()
on ListView
. Internally, that will use ListView.FixedViewInfo