I have a ListView
that I bring data from the database.
When I search the search of ActionBar
, the filtered data appears, so I select an item from the ListView
to see its data. When I go back to ListView
by the up button of ActionBar
the items are as before I did the search.
How do I do when I get back the status of ListView
to be saved with the search I did?