Evening,
I have an application that logs into a backend, retrieves info for a list then allows selection from that list to present additional details about that selected item.
In the details view I have a button ("New") that will return to the original listview modules to retrieve info again from the backend making sure that if anything about items in the list have changed we have the latest information.
What is taking place is that clicking on the new button works fine its that it writes the new list over-top of the old list so now it disrupts my fast scroll. I do reload the Layout for the listview by using a variable that allows it to pass through Activity_Create that second and subsequent times.
Any ideas on how to kill the first listview or clear the list prior to the newer one being shown?
Thanks,
Ron
I have an application that logs into a backend, retrieves info for a list then allows selection from that list to present additional details about that selected item.
In the details view I have a button ("New") that will return to the original listview modules to retrieve info again from the backend making sure that if anything about items in the list have changed we have the latest information.
What is taking place is that clicking on the new button works fine its that it writes the new list over-top of the old list so now it disrupts my fast scroll. I do reload the Layout for the listview by using a variable that allows it to pass through Activity_Create that second and subsequent times.
Any ideas on how to kill the first listview or clear the list prior to the newer one being shown?
Thanks,
Ron