https://kotlinlang.org logo
#announcements
Title
# announcements
s

sreich

02/15/2017, 12:04 AM
am i abusing 'by lazy' by having it be a property assigned to applicationContext (android). such that, in this entire file..if the context isn't up, you're kinda screwed anyway
m

mg6maciej

02/15/2017, 12:27 AM
sreich: How does it look exactly?
s

sreich

02/15/2017, 10:16 AM
Like val dir by lazy { applicationContext.fileDirs }
2 Views