HOW TO:
Add new Boolean database field to all tables: IS_DELETED
on click delete, set that field to true
filter for is_deleted = false in query.
Challenge: find the right db entry which is_deleted should be set to false. in the view, the cards shold hold an invisible ID value. means the query should also write ID into the String Array