approach #1: platform ignorance
CONS:
· performance, bloat
· lowest-common-denominator
· app usually ends up with non-native feel
· QA needs to be done N times. really!
· false sense of speed (tough problems get shifted to the end of the project cycle)
· bugs in the layer are big slow-downs
· platform GUI knowledge is no help
|