[android-developers] Re: example of MergeCursor.

2011-08-14 Thread Andrei
Problem is urgent, please give an example On Aug 7, 11:31 am, Andrei entre...@gmail.com wrote: Good afternoon. Please give an example of MergeCursor. I have 3 cursor: A, B, K How to join? I wrote   MergeCursor mergeCursor = new MergeCursor (mCursors); What's next? Ps this example is seen

Re: [android-developers] Re: example of MergeCursor.

2011-08-14 Thread TreKing
On Sun, Aug 14, 2011 at 2:55 PM, Andrei entre...@gmail.com wrote: Problem is urgent, please give an example I don't mean to be mean, but here's a dose of a reality that I hope will help you in the future. 1 - No one has answered your post in 8 days and 3 bumps. The likelihood of you getting a

[android-developers] Re: example of MergeCursor.

2011-08-07 Thread Andrei
My code don't work ( mergeCursor = new MergeCursor(mCursors); assertEquals(mCursors[0].getCount() + mCursors[1].getCount(), mergeCursor.getCount()); On Aug 7, 11:31 am, Andrei entre...@gmail.com wrote: Good afternoon. Please give an example of

[android-developers] Re: example of MergeCursor.

2011-08-07 Thread Andrei
help me, please On Aug 7, 3:46 pm, Andrei entre...@gmail.com wrote: My code don't work (   mergeCursor = new MergeCursor(mCursors);                 assertEquals(mCursors[0].getCount() + mCursors[1].getCount(),                         mergeCursor.getCount()); On Aug 7, 11:31 am, Andrei