saoudrizwan/CardSlider

Question | Should I expect to see performance/memory issue on older devices, for about 30-40 cards?

Closed this issue · 1 comments

Should I expect to see performance/memory issue on older devices, for about 30-40 cards?

If by 30-40 cards you mean a few kilobytes of data, then no. Working directly with the file system with such small files is fast. But if you are worried about locking up the main thread, then I would suggest working with Disk in a background thread.