<@U4Y22UXC7> And why's that? It's pretty straight ...
# android
d
@radityagumay And why's that? It's pretty straight forward that when you don't want to leak something, you use weak references. If you don't want to reference contexts, use handlers and post messages to main thread.
r
dragas: using weak reference is less architecture. Some people says that good, some people says that bad. Weak reference is way to tell a GC to not store that strongly reference.