[TIMOB-28294] Android: ListView with collection is very slow and runs out of memory
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Unresolved |
Affected Version/s | Release 9.3.0 |
Fix Version/s | Release 9.3.1 |
Components | Android |
Labels | regression |
Reporter | Satyam Sekhri |
Assignee | Gary Mathews |
Created | 2020-12-17T23:07:59.000+0000 |
Updated | 2021-01-21T18:18:58.000+0000 |
Description
This is a regression on 9.3.0.GA. On SDK build prior to 9.3.0 GA there is no delay seen.
The list view is very slow to load data with data sources of collections. The fetch and reload of listview takes longer and longer with each fetch and load causes blocking of UI. After few fetch and load the app eventually runs out of memory and crashes the app.
master: https://github.com/appcelerator/titanium_mobile/pull/12363
FR Passed, Waiting on Jenkins build and backport.
squash merged to master, backport PR to 9_3_X is merged for 9.3.1 target.