Join Slack
Powered by
It is not possible. (What should the behavior be w...
# android
d
damian
10/26/2015, 5:18 PM
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
2
Views
Open in Slack
Previous
Next