delight-im / Android-DDP

[UNMAINTAINED] Meteor's Distributed Data Protocol (DDP) for clients on Android
Apache License 2.0
274 stars 54 forks source link

OnDataChanged, OnDataRemoved, OnDataAdded method errors #50

Closed Rokeder closed 8 years ago

Sadmansamee commented 8 years ago

can I see you "activeList" declaration I mean the class model and structure?

Rokeder commented 8 years ago

ArrayList<HashMap<String,Object>> activeList;

ocram commented 8 years ago

This example is too complex to decide whether it's a bug in this library or in your code, I'm afraid.

Can you create a simple example that does what you want to test, only checks if the communication with this library is working (including onDataRemoved) and doesn't have all the business logic that your existing example has?

And please tell us if you're working on an emulator or on a real device and if you're hosting the app on *.meteorapp.com or somewhere else.

Thank you!

ocram commented 8 years ago

Closing due to inactivity and because the example is too complex