reactor
reactor copied to clipboard
Reactor is key value database and is a great alternative to Shared Preferences.
Results
2
reactor issues
Sort by
recently updated
recently updated
newest added
reactor return null object when i use this code: public UserModel getUserModel() { return reactor.get("UserModel", new UserModel()); } public void updateUserModel(UserModel value) { reactor.put("UserModel", value); }
good first issue
invalid
question
Currently library is using following method to get password for decryption, which is always constant. > private fun getPassword(): String { > val uuid = (getSign() + getUUID()) > return...
pending