Hi,
I want to show the product Image & details in scroll-view.
I am getting Image Url from server API thus using a for-loop I am creating a scroll-view & using the network.download() in the system.TemporaryDirectory.
While the records are 5-10 the app is stable, but when the records come 20+, the app gets close.
Can anyone suggest a better way to do it?
I am thinking to implement the system like pagination where I will fetch on the set of records & clear previous.
Assif