I have
TextField
andonChange
function it filtersListView
, so is it better get whole item from table and save them in list then when change text filter that list or open stream get data from table every single change in searchTextField
?I have lists in my app with elements, is it preferable when I go to another page or when I don't use the items, clear them every time or it is ok, it doesn't affect the app?
Asked
Active
Viewed 49 times
0

mhmd
- 395
- 4
- 19
-
Which GUI library are you using? – Guillaume F. Nov 19 '21 at 22:36
-
I mean in general what is the best way – mhmd Nov 19 '21 at 23:21
-
Looks at the design patterns for "Push vs Pull models for UI" – Guillaume F. Nov 20 '21 at 05:05