I’m working on sales app. I have a listview that contains 10-15 items, which are selected through check button. I want that the selected items should display on next Tab.
Any suggestion/help? How i should do that?
I’m working on sales app. I have a listview that contains 10-15 items, which
Share
Have you considered using
Loaders? I never use this class myself but it seems to be what you are looking for. Here is the linkYou can also write into a file when you are selecting your items and read it when you display the selected items tab.