Created
April 10, 2020 23:58
-
-
Save ajaypro/5c6c82bd0c431ed381d1b2a46508835d to your computer and use it in GitHub Desktop.
Null Coalescing Operator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Can be used in data binding | |
android:text='@{item.title ?? ""}' | |
android:text='@{imageProperty.copyright ?? ""}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment