I am trying to build an audit trail into my application.
Is it possible on Android to listen to a Realm change, then when an object is updated see it's old value AND the new value?
I believe this is the current functionality on iOS (returning an old/new pair on change), but I cannot seem to find anything referencing this functionality for Android.
EpicPandaForce was correct, in Android you always see only the latest value.