Join Slack
Powered by
you can actually use something like `with(myActivi...
# android
y
yole
06/30/2016, 2:44 PM
you can actually use something like
with(myActivity) { “foo”.lastChar() }
(assuming that the
lastChar
extension function is defined in
BaseActivity
)
2
Views
Open in Slack
Previous
Next