I'm interesting if it is possible to pass a Cursor object through IPC and if it is possible how to do this?
Asked
Active
Viewed 670 times
1 Answers
2
This may be the thread you're looking for: https://stackoverflow.com/a/5243978/375929
They say, implement CrossProcessCursor and wrap it around the cursor you've received from .query(); check out the example.

Community
- 1
- 1

Ivan Bartsov
- 19,664
- 7
- 61
- 59
-
please consider accepting the answer, if it did the trick for you. – Ivan Bartsov Jan 27 '12 at 14:34