I need to place a Button to be the last item in the ListView. For example you are scrolling the list view and when you are reaching the end there is a Button, you are clicking it and the list is loading more items and the button is still at the end of that list.
I need to place a Button to be the last item in the ListView
Share
You can add any view to the bottom of a ListView. There is API to do this. Here is the answer.
Also I suggest you to look throught endless list view’s. Here is example of what you want.