In the documentation for Ti.UI.Window there is this statement under Android Platform Notes:
Starting from Titanium 3.2.0 in Android, all the windows are heavyweight.
Why? I actually need lightweight windows in Android, so I've set the "useLegacyWindow" in tiapp.xml.
Should I stay away from lightweight windows in Android? I'm trying to understand the rationale behind the move to all heavyweight windows.