I am getting data from Database and displaying using a custom list adapter in a ListView.
I need to display only 10 items in ListView. and after 10th item a button show with text "Show More", when click this button so show more 10 items from Database in listview.
How i can do this?
Please let me know with code example
Thanks