It is not possible. (What should the behavior be w...
# android
d
It is not possible. (What should the behavior be when the instance of the outer class is lost?) Though you can accomplish this by creating a static (non-
inner
) class and pass in a
WeakReference<Outer>
to it