> - Trying to pinpoint Java elements. For example, any occurrence of a > method, class, or package name in an XML file is a bad sign. You should be > using annotations for that.
Interestingly, you make no mentioning of XML as a layout mechanism. Having worked on Android with Romain Guy (a stark defender of XML layout) can I infer you are of the same opinion? I am kind of torn personally, given that I love type-safety and the fact that I can explore an API, and get full type-safety, with any IDE (rather than trying to guess magic string content like vertical, wrap_content, fill_parent etc). It doesn't really seem like it has benefited tooling, the WYSIWYG editor is still quite useless (and now seems to be completely replaced by App Inventor). -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
