Coder Social home page Coder Social logo

Comments (5)

ocram avatar ocram commented on May 22, 2024

Thanks for your question!

The string that is returned is just the subscription ID, which is not related to the actual data in any way.

The official Meteor documentation should make this clear. When you're subscribing, you're not getting data immediately. The data is returned whenever something changes, and delivered via the callbacks.

The subscription ID is only used for cancelling the subscription later, if needed.

Thus, all in all, this means that you can subscribe to whatever complex data structure you can imagine ;)

from android-ddp.

shantanubhadoria avatar shantanubhadoria commented on May 22, 2024

I have to admit, I am a rookie in Java and Android native. But how is the subscription ID then used to get the data that we actually need to render in the UI?
Thanks

from android-ddp.

ocram avatar ocram commented on May 22, 2024

No problem!

You don't get the data as a result of that method call but via the callbacks that have been defined by implementing MeteorCallback and calling mMeteor.setCallback(this).

These callback methods are onDataAdded(...), onDataChanged(...) and onDataRemoved(...).

Please take a look at the README again which describes all this :)

from android-ddp.

isdzulqor avatar isdzulqor commented on May 22, 2024

I still do not understand how to handle data with subscription id in onDataAdded, onDataChanged, onDataRemoved,, could you give me some example code, please,,
Thank you

from android-ddp.

ocram avatar ocram commented on May 22, 2024

Does this help?

#44

from android-ddp.

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.