On Nov 4, 4:26 pm, Belvedere Computer Services <[email protected]>
wrote:
> not to argue ~ I feel we need to establish a Compatibility Definition
> for the issue - just recently I had jet another GUI designer try to
> tell me nulls were handled by the code when we were looking at code
> that had no null handler = in other works (my opinion) is default
> behavior for supplied GUI should
>
> 1] trap nulls on a String and put a "" in place silently
> 2] display a supplied "" in the intuitive manner of null
> 3] allow " " to be specified as a workaround that == ""
>
> this is a pestilence from days begone and needs to go there

That is a different problem.  I was never using nulls.  All my strings
were real strings that sometimes had zero length (no characters).
There is a big difference between a String variable that is null and a
String variable that refers to a string with zero characters in it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to