Handle annoying operations of objects in Realm DB
Problem Update value of object in Realm DB is annoying because the task should be within a writing transition. Solution Extend the Realm’s Object class to provide convient methods to…
Continue Reading
Handle annoying operations of objects in Realm DB