I need to fetch images and some other data from server and then display it in the List. But as the number of records can be pretty large so I am not sure if I should save im
Storing any heavy data that does not need the behavior of returning sub-parts of that data based on the query applied(like images, videos), should not be stored in database, rather only a reference to that data should be stored.