Android TextUtils isEmpty vs String.isEmpty

前端 未结 5 922
南方客
南方客 2020-12-23 17:08

What is difference between TextUtils.isEmpty(string) and string.isEmpty?

Both do the same operation.

Is it advantageous to use

5条回答
提交回复
热议问题