[TIMOB-27703] Android: Refactor TableView to utilize RecyclerView
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2020-08-17T21:03:08.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2020-01-02T19:39:51.000+0000 |
Updated | 2020-08-19T00:01:43.000+0000 |
Description
- Refactor
Titanium.UI.TableView
implementation to use [RecyclerView](https://developer.android.com/guide/topics/ui/layout/recyclerview)
- This is will allow for future features such as swipe-to-remove and drag-drop
No comments