I\'m new to android/java programming and am confused how to properly deal with this warning.
Method invocation \'\' may produce \'Java.lang.NullPointe
I started to use
@SuppressWarnings("ConstantConditions")
on simple methods where I'm sure that the id is not null.