section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 889 forks source link

[Android] Implementing Offline Caching In Room For Data Fetched From Firebase Using Kotlin #5107

Closed Sephens closed 2 years ago

Sephens commented 2 years ago

Topic Suggestion

[Android] Implementing Offline Caching With Room For Data Fetched From Firebase Using Kotlin

Proposed title of article

Implementing Offline Caching With Room For Data Fetched From Firebase Using Kotlin

Proposed article introduction

The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.

The most common use case is to cache relevant pieces of data so that when the device cannot access the network, the user can still browse that content while they are offline.

Key takeaways

Article quality

References

WanjaMIKE commented 2 years ago

I know there are several articles that have already covered room database. How will this topic be unique?

Sephens commented 2 years ago

I know there are several articles that have already covered room database. How will this topic be unique?

This article will address room database, particularly when looking at data fetched from Firebase in order to reduce the time needed to load up data and also to enable curb difficulties resulting from poor network connectivity hence making it unique.

WanjaMIKE commented 2 years ago

Okay. Let's ensure that we add value to the community. Thanks

hectorkambow commented 2 years ago

Just wanted to follow up on this topic, as we will be clearing up the queue where possible.

Just and FYI I will be closing this topic form just to help clear up the queue where possible - can be REOPENED at anytime when ready. 👍

Sephens commented 2 years ago

Am ready,, please reopen the topic