Reputation: 193
I am having a custom list view. In general it shows some 5-6 data depending to the data. i want a small message in the end of a ListView saying "End of list of results". How to achieve that?
Upvotes: 1
Views: 447
Reputation: 8861
Use addFooterView method of ListView.
addFooterView
Upvotes: 2