ridcully99
ridcully99
Currently, to convert a custom type, we have to annotate each field of that type individually with @Convert. This is very inconvenientt, because if you have a custom type, e.g....
#### Goal I want to be able to turn `autoUpdate` and `updateOnMofification` on and off _after_ the RealmRecyclerViewAdapter has alrady been created. Having that feature allows me to implement Drag...
Caused by: java.lang.IllegalArgumentException: org.ridcully.test.assistant: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
AndroidStudio shows error that targetSdkVersion is too low. Needs to be changed to at least 31.