I am looking for a smart, simple way for my app to remember if my table is checked or not.
The logical way would be to create a table with the names of all tables and a boolean value for each one. Another way would be to do that with SharedPreferences
.
Are there any other options that not involving the db, perhaps like a tag or something like that?
In the end, all I want is for the app to remember if a table set share or not.