[TIMOB-28499] Android: Optimize RecyclerView.Adapter implementation
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-11-03T22:04:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.2.0 |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2021-06-29T20:36:41.000+0000 |
Updated | 2021-11-03T22:04:53.000+0000 |
Description
- Optimize
RecyclerView.Adapter
implementation
- Reduce duplicate code by moving methods to parent class
- Implement DiffResult
to reduce impact of adapter updates
master: https://github.com/appcelerator/titanium_mobile/pull/12891