I have a XmlPullParser
and to set it up I found something useful via google here on StackOverflow on this answer
As I looked through it, I found the line if (null != key)
and I am a bit confused because I only know the expression (key != null)
.
Where is the difference or is it just the same?