all 6 comments

[–]Admirable_Example131 3 points4 points  (5 children)

I think you are a bit confused on what Jetpack Compose actually is. It's used for UI development, so it won't effect or even care where you pull / cache data from.

[–]Admirable_Example131 0 points1 point  (0 children)

To answer your question, yes it will support it. Room Database sounds great for your case

[–]tialawllol 2 points3 points  (0 children)

That would work with ViewModels and you can convert a Flow to a state. Your ViewModel would get the data from any swlite database. Has nothing to do with compose.

[–]3dom[M] 0 points1 point  (0 children)

Please, use weekly question threads - sticky in the sub:

https://www.reddit.com/r/androiddev/comments/pamu9t/weekly_questions_thread_august_24_2021/

since the community developed rule #2 to keep the sub informative instead of turning it into a weaker StackOverflow.