having thoroughly serched before, I could not find a question that could help me.
My issue is having a ListView, which automatically gets populated from a SQL-database upon opening the app. Now, the user can make a selection for one item in this list. The selection is treated with public void onItemClick()
In order to increase the usability, I'd like to have this selection remembered after closing and re-opening the app.
I've tried everything.. Hope you can help me with an idea.