I am trying to use Room Database in my app. My que...
# android
p
I am trying to use Room Database in my app. My ques is, do I need to open and close the database manually? If yes how and when? If no should I call
build
on room object on my activity launch or lazily whenever I need it?
stackoverflow 5
g
This question is not related to Kotlin, please check official docs, stackoverflow or any specialised Android communities instead
p
ok cool thanks