kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String is van empty or null

BenGroot opened this issue · comments

Hi Kaushik,

I like your example of the form validation, thanks for that!

Is there a reason why you use the
com.google.common.base.Strings.isNullOrEmpty instead of the TextUtils.isEmpty() in there?

laziness and legacy code :)

thanks for pointing it out. i should totally get rid of it. that would additionally help me get rid of the guava dependency.