Join Slack
Communities
Powered by
Since findViewById returns nullable it's probably ...
# android
j
joelpedraza
10/09/2017, 6:29 PM
Since findViewById returns nullable it's probably cleaner to use
val view: View? = nullableId?.let { findViewById(it) }
Open in Slack
Previous
Next