See no point either. <@U0QJJELKT> why wouldn't you...
# getting-started
d
See no point either. @dniHze why wouldn't you just place interface on the same level as your inner class?
a
@denis.shakinov @karelpeeters to "scope" the interface. android uses it heavily. for example
PopupMenu.OnMenuItemClickListener
d
yes, but PopupMenu is not an inner class
a
but
OnMenuitemClickListener
is an interface inside
PopupMenu
oh wait, he wants to place an interface inside an inner class?
d
yes
a
ah ok, well thats strange