Results 14 comments of Iqbal Ahmed

Ya its working when phone is On, on Pause/Stop state. but when I turnoff screen, then its suddenly stopped . Its disabled `Don't keep activities. Destroy activity as soon as...

Ya I have tried service, bind service, thread, Async task, RxJava thread too. In all these cases its same, Let me know if anyting else I can try,

only difference I found in other similar kind of app is they are using dynamic library & using JNI to call ffmpeg method, and I tried to execute binary from...

try this `stickerView.configDefaultIcons();` ``

Thanks for the response guys. @cmelchior Should the merged result be auto-updated? ya it will but the end result will be result1+result2. How should the elements be merged? Just [result1,...

k thanks @cmelchior let me try what you explained And realm is awesome. :)

@cmelchior RealmResults is a final class, can't extend.

@Zhuinden I checked that answer, but not helping, my adapter using RealmResult, cannot migrate to List. :(

@cmelchior How do I access BaseRealm its local class, require in constructor and constructor is also local. v3.0.0

Just created local package `io.realm`, everything is accessible now.