[TIMOB-9381] Blackberry: Validate the UI optimizations
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-08-01T14:57:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | n/a |
Reporter | Jean-Philippe Lemieux |
Assignee | Pedro Enrique |
Created | 2012-06-05T10:13:18.000+0000 |
Updated | 2017-03-09T19:45:42.000+0000 |
Description
Ti.UI docs mentions the following:
"Optimizations
UI objects are optimized by Titanium to not be realized into the drawing context and placed into the device UI surface until needed. That means that you can create UI objects, set their properties and add them to their hierarchy without much worry about memory or performance.
When the native drawing surface needs to render a specific view or control, Titanium will automatically create the view as needed. Additionally, Titanium is optimized to also release memory once the view is no longer needed, on screen or in low memory situations. However, it's a good idea to help Titanium along in certain cases where you are no longer using objects. For example, you should call close on a Window instance when you are no longer using it. You can safely call open on the window again to re-open it."
Profiling should be realized to verify if any modifications are necessary to align with this documented behavior.
Wrongly closed.
Closing ticket as the issue won't fix.