Android: How to add a submit button at the bottom of the list view
My list view contains a chec开发者_开发百科kbox for each row,
I need to submit the selected items to another activity. I tried to add a <Button>
after <ListView>
but it is not appearing at all.
How to add a submit button at the bottom of the list view, that should appear even if we scroll the list?
One way is Adding a footer view to your Listview and have a button in the footer.
精彩评论