How bad is it to open a Realm instance in the app onCreate and leave it open for the whole Application lifecycle, only closing it when the application is killed? (assuming I won't call it from another thread)
How bad is it to open a Realm instance in the app onCreate and leave it open for the whole Application lifecycle, only closing it when the application is killed? (assuming I won't call it from another thread)