Giter Site home page Giter Site logo

Comments (10)

Lingviston avatar Lingviston commented on May 19, 2024 11

One more thing is SyncAdapter. Of course we can update Room database directly from it and all associated LiveData objects should get the update. But what about the ContentProvider instances connected to the same SQLite db? What to do with ContentProviderClient, which is passed into a SyncAdapter instance?

from architecture-components-samples.

gajicm93 avatar gajicm93 commented on May 19, 2024 5

Room is not meant for it, but I was wondering the same thing regarding the Live Data. Could you give examples how to load MediaStore/ContactsProvider with live data, instead of Loaders?

I'll be implementing this soon, and I'd like to use LiveData instead of Loaders, and of course it's also important that my LiveData gets notified of any change in the MediaStore, which somehow already works with the Loader.. @yigit Thanks!

from architecture-components-samples.

bpappin avatar bpappin commented on May 19, 2024 2

I'm in the same boat @Lingviston is. I'm migrating to Room, but without a content provider, the sync engine won't run.

from architecture-components-samples.

yigit avatar yigit commented on May 19, 2024

Unfortunately no. Room is designed to work with SQLite database.

from architecture-components-samples.

Lingviston avatar Lingviston commented on May 19, 2024

@bpappin it is generally OK, because Room is not a replacement for ContentProviders. But since Room can be used by ContentProvider I think it should come with helper classes which allow avoid writing lots of boilerplate code when you need to communicate with Room DB in your own app through the CP protocol.

from architecture-components-samples.

KryptKode avatar KryptKode commented on May 19, 2024

@gajicm93 Did you manage to implement using live data to load MediaStore/ContactsProvider?

from architecture-components-samples.

gajicm93 avatar gajicm93 commented on May 19, 2024

@KryptKode I think I didn't end up trying it, but if you need it, I would recommend to start by looking into Room generated code to see how they convert SQL queries into LiveData, and write the same code manually for MediaStore. If you need any additional help just send me a message.

Screen Shot 2019-08-15 at 15 55 53

from architecture-components-samples.

vyadav33e avatar vyadav33e commented on May 19, 2024

Unfortunately no. Room is designed to work with SQLite database.

So Room cannot be used with content providers like call logs,contacts etc?

from architecture-components-samples.

KryptKode avatar KryptKode commented on May 19, 2024

Yes @vyadav33e

from architecture-components-samples.

ahmadtahir1919 avatar ahmadtahir1919 commented on May 19, 2024

I have two Application, Application A is main App and Application B is child Application i have database in Application A(main app) now i want to use Application A database into Application B and use all data in Application B i found some answers but all answers are SQLite with ContentProvider but not for Room and no any example found.

from architecture-components-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.