January 2018
Intermediate to advanced
434 pages
14h 1m
English
Let's see an example of an extension property now:
PreferenceManager.getDefaultSharedPreferences(this)
val Context.preferences: SharedPreferences
get() = PreferenceManager
.getDefaultSharedPreferences(this)context.preferences.getInt("...")
Read now
Unlock full access