I have an application with a LoginActivity, that when the user login correctly, I register to receive messages. And the LoginActivity jumps to
LoginActivity
Just create Realm backgroundRealm = Realm.getDefaultInstance() each time you want to access database and don't forget to close it using realm.close()
Realm backgroundRealm = Realm.getDefaultInstance()
realm.close()