Adarsh Raj
Adarsh Raj

Reputation: 193

Android - Adding Last item in the end of a list ListView

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

Answers (1)

Anton Malyshev
Anton Malyshev

Reputation: 8861

Use addFooterView method of ListView.

Upvotes: 2

Related Questions