Issue
I like to know how to properly integrate the Room Library within an Android Application. Some articles I have seen uses a Singleton approach using a Respository for database calls, while other uses some form of Dependecy Injection (Dagger 2). I like to know the proper integration of this library?
Thanks
Solution
I think the best place is codelabs, it has a simple implementation, as well as a more complex one. All using Room.
Edit: Above links seems to be removed. Here are a couple of resources to replace that:
Answered By - Suleyman
Answer Checked By - Timothy Miller (JavaFixing Admin)