Leveraging fold operator in Kotlin flow to optimize Room DB upserts
Nov 21, 2023 · 6 min read · Hey everyone, today we will look into an interesting topic to optimize room DB upserts using fold in Kotlin flow. The case? We are working on a chat application where we fetch a list of chats in pages from the network and upsert it into DB as it is a...
SSIlya and 1 more commented

