Join Slack
Powered by
If you need to initialize context... ``` class … :...
# announcements
m
miha-x64
03/22/2017, 3:09 PM
If you need to initialize context...
Copy code
class … : android.app.Application { public val myObject by lazy {MyObject(this) } }
2
Views
Open in Slack
Previous
Next